Mark
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Scratches and Version Control?
AnsweredI have created series of trivial one file JavaScript apps using the Scrathes mechanism. I want to version control them without all the hoopla of setting a project per file. Really these are trivial... -
Created Adding JFace/SWT to en existing application - unresolved SWT error
AnsweredI'm trying to add JFace/SWT to an application I'm building.I prefer this approach to JavaFX due to the native look and feel of the Eclipse widgets.I add the JFace library via the Maven search makin... -
Created What build system to use with IntellIJ and Java application? Gradle or Maven?
AnsweredGoal is to run CI on GitHub. Eventually, the application will be distributed as a desktop application. Currently the application is being built with IntellIJ build system but it is early days and e... -
Edited Autocomplete not working for JavaFX project
AnsweredI'm helping my daughter do a high school coding project. We've got IntelliJ set up and for plain Java Projects the autocomplete/intellisense magic works. She just created her first JavaFX project a...