Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Phil Troy
Total activity
12
Last activity
December 23, 2023 02:22
Member since
August 16, 2023 20:16
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (1)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
December 23, 2023 02:22
Hi The last big piece of this puzzle was the class that created the GUI. I used JavaFX and not TornadoFX, but I tried to take advantage of some of Kotlin's special capabilities. The following is ...
Community
IntelliJ IDEA Users
Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)
0 votes
Created
December 23, 2023 02:17
HiI needed a message box that could be updated by updating the underlying text (or string buffer) containing the text. Unfortunately, the TextArea controls provided by JavaFX do not allow you (I ...
Community
IntelliJ IDEA Users
Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)
0 votes
Created
December 23, 2023 02:14
HiI needed to work with both French and English, so I needed a translator capability. I believe that there are standards for this, but I needed to build something quick and dirty. So I created a ...
Community
IntelliJ IDEA Users
Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)
0 votes
Created
December 23, 2023 02:10
Hi againI needed to create multiple instance of the same table view, and include code for transferring items between the table views. I had a lot of trouble determining which row and column was s...
Community
IntelliJ IDEA Users
Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)
0 votes
Created
December 23, 2023 02:03
HiI've put together a larger example. I am not at liberty to post all the code, but there werre a few things that I did that might be of use to others. I'll post each “thing” in a separate commen...
Community
IntelliJ IDEA Users
Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)
0 votes
Created
December 19, 2023 17:18
HiI think that I gave you permission, and also gave everyone permission.Please let me know if you are now able to access the file.Phil
Community
IntelliJ IDEA Users
Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)
0 votes
Created
December 17, 2023 22:26
HiI have a whole project file that I can send to you. I think you can access a copy of the whole project at https://drive.google.com/file/d/1yI4qPhH5aqtBex6734sH7IkiXmwrZqvf/view?usp=drive_linkPhil
Community
IntelliJ IDEA Users
Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)
0 votes
Created
August 17, 2023 06:01
Hi Serge Thanks for responding. I was able to do a lot of these things just by creating a Java project (and then separately a kotlin project), setting a couple of items in the project structure ...
Community
IntelliJ IDEA Users
What is the purpose of the javafx plugin? And if I download the sdk instead . . .
0 votes