Setting up Scene Builder and JavaFX on VScode for java gui designing

Поділитися
Вставка
  • Опубліковано 21 сер 2024
  • All the necessary codes are given in the comment box.

КОМЕНТАРІ • 18

  • @ricefield350
    @ricefield350  10 місяців тому +3

    Codes used in this program:
    drive.google.com/file/d/1kB9Dx51ncsOnWqFmUDB7Fs5WYyKI4FjA/view?usp=sharing

  • @Manik_2003
    @Manik_2003 Місяць тому

    Thank you! Brother, i have been suffering from past 2 days because of run time exception. Your video just helped me to get rid of that problem. Thank you! man.

  • @isan501
    @isan501 4 місяці тому

    good tutorial mate, thanks

  • @ricefield350
    @ricefield350  3 місяці тому +2

    If anyone is here to ask me about how to solve this and that problem occuring to your system, i am really sorry but i can't help you. i worked on this last year and at this point i really forgot everything how i did.
    so best you can do is search internet about solving random problems.

  • @kevinbarrios5413
    @kevinbarrios5413 9 місяців тому +1

    Excelente tutorial gracias

    • @ricefield350
      @ricefield350  9 місяців тому +1

      the video has slight issues, let me know if you have difficulties making it work

  • @arunvasunny7386
    @arunvasunny7386 6 місяців тому

    thanks for the tutorial mate

  • @kostasgoggakhs617
    @kostasgoggakhs617 5 місяців тому +1

    i have done the copy paste code you say if something happen but...
    Error: JavaFX runtime components are missing, and are required to run this application

    • @kostasgoggakhs617
      @kostasgoggakhs617 5 місяців тому

      Controller.java:1: error: package javafx.event does not exist
      import javafx.event.ActionEvent;
      ^
      Controller.java:2: error: package javafx.fxml does not exist
      import javafx.fxml.FXML;
      ^
      Controller.java:3: error: package javafx.scene.control does not exist
      import javafx.scene.control.TextField;
      ^
      Controller.java:4: error: package javafx.stage does not exist
      import javafx.stage.Stage;
      ^
      Controller.java:9: error: cannot find symbol
      private TextField tfName;
      ^
      symbol: class TextField
      location: class Controller
      Controller.java:11: error: cannot find symbol
      private Stage mainWindow;
      ^
      symbol: class Stage
      location: class Controller
      Controller.java:14: error: cannot find symbol
      void onBtnClick(ActionEvent event) {
      ^
      symbol: class ActionEvent
      location: class Controller
      Controller.java:19: error: cannot find symbol
      public void setMainWindow(Stage primaryStage) {
      ^
      symbol: class Stage
      location: class Controller
      Controller.java:8: error: cannot find symbol
      @FXML
      ^
      symbol: class FXML
      location: class Controller
      Controller.java:13: error: cannot find symbol
      @FXML
      ^
      symbol: class FXML
      location: class Controller
      10 errors

  • @user-wu7xo3nc8n
    @user-wu7xo3nc8n 5 місяців тому

    Hey bro, controller class of scene builder of me no code , Why ? Cant you help me

  • @RAJVEERBIRADAR360
    @RAJVEERBIRADAR360 6 місяців тому

    That main is not showing to me

  • @Mythological_Shorts_342
    @Mythological_Shorts_342 4 місяці тому

    12:18 from where u copy that code

    • @studywithamara
      @studywithamara 2 місяці тому

      from here: drive.google.com/file/d/1kB9Dx51ncsOnWqFmUDB7Fs5WYyKI4FjA/view?usp=sharing

  • @fitzgerardmouliom443
    @fitzgerardmouliom443 9 місяців тому

    hi bro thanks for the video , can you make another want for an ubuntu linux os ?

    • @ricefield350
      @ricefield350  9 місяців тому

      Didn't understand, did you mean to setup scenebuilder for vs in ubuntu?

    • @fitzgerardmouliom443
      @fitzgerardmouliom443 9 місяців тому

      @@ricefield350 yeah bro pls or is the process similar ? . wish to start mobile app dev

    • @ricefield350
      @ricefield350  9 місяців тому +2

      @@fitzgerardmouliom443 You possibly can't make app with java in mobile i believe, you should try learning javascript or kotlin. it will be much better