• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Beginning IntelliJ IDEA: JavaFX projects

 
Sheriff
Posts: 7125
184
Eclipse IDE Postgres Database VI Editor Chrome Java Ubuntu
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't have problems setting up very simple projects in IntelliJ IDEA, but when it comes to JavaFX projects, I get confused.  I noticed that there is a chapter on JavaFX.  How much depth do you go into this subject?
 
Author
Posts: 13
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not too deep. It's basic setup; but it's useful because they cover instructions about the latest versions JavaFX and IDEA itself. At the end of the chapter, you should be be able to create a UI with a label, a textfield and a Button. No event handling. Spoiler alert -- I had some difficulties making Scene Builder work properly. Suppport for Scene Builder (even for IDEA 2021.2) is still spotty. Sometimes it works, sometimes it doesn't.

If you need a step by step guide on how to setup a JavaFX project, how to edit the XML and how to integrate SceneBuilder, chapter 12 of the book covers that. It covers some basic information about JavaFX, but it won't go deep in JavaFX. Hope this helps.
 
Knute Snortum
Sheriff
Posts: 7125
184
Eclipse IDE Postgres Database VI Editor Chrome Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm used to Scene Builder being a stand-alone program, so if there's no integration, I can live with that.

Thanks for the reply!
 
Ranch Hand
Posts: 70
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ted,

Looking forward to reading your new Book "Beginning IntelliJ IDEA".

Typically, I use Visual Studio Code (VS Code) as an editor for coding. (PHP, Python, etc.)

I have never used IntelliJ, and I was just curious if projects developed in VS Code and projects developed in IntelliJ can be imported/exported/moved between development environments?

Thanks
Geoff
 
Greenhorn
Posts: 17
1
IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your book question I have massive problems using Jpackage with javafx is there any coverage on jpackaging or making fat jar files with intellij?

I just want one installable .exe file or at least 1 fat jar so i can run my program with all the dependencies included

thanks!!
 
This is my favorite show. And this is my favorite tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic