Clean code.

This commit is contained in:
Asal Lotfi
2025-08-29 20:34:28 +03:30
parent c5164592e9
commit 3091764a3b
4 changed files with 51 additions and 66 deletions
@@ -45,7 +45,7 @@ import java.io.IOException;
public class TelegramApplication extends Application {
@Override
public void start(Stage stage) throws IOException {
// اول intro.fxml
// First: intro.fxml
FXMLLoader fx = new FXMLLoader(
TelegramApplication.class.getResource("/org/to/telegramfinalproject/Fxml/intro.fxml"));
Scene scene = new Scene(fx.load(), 1480, 820);