-
`cbt run` on a ScalaFx project works fine the first time. Trying to run it again throws the following illegal state exception:
`java.lang.IllegalStateException: Application launch must not be called m…
mchav updated
8 years ago
-
Whatever I do I can't get context menus to work. I have an application which normally displays a context menu when I click on a route point which I want to edit but when running with JPro no context m…
-
Is it possible to package a multi-project application?
My `build.sbt` starts like this
``` scala
lazy val root = project.in(file(".")).dependsOn(foo, bar)
lazy val foo = project in file("foo")
laz…
-
Hi, I followed the JavaFX tutorial part 1. I also have Gradle set up properly (as far as I know, because I can run gradle test, gradle run, etc).
The Launcher and Duke class both are located in pac…
-
Hi,
As someone that's not comfortable with Java, after a bit of effort, I managed to run iTunes Backup Explorer on OS X.
While I won't grab the time to put effort into a coherent PR, here's some…
-
![LogError_QuPathExnt](https://user-images.githubusercontent.com/392344/212134835-755c7f50-aded-4dfc-9005-bcbaaf7163f6.PNG)
I have a OMERO server within my institution, giving a DSOutOfServiceExcep…
-
### Apache NetBeans version
Apache NetBeans 20
### What happened
There appears to be an error in the ant script for building a Java FX Application. The project is created OK, but when performing a…
-
The Query-to-File tool has a JavaFX interface and simple command line interface. In order to integrate query-to-file into scripts and other applications, it would be useful to allow providing the quer…
vogti updated
8 months ago
-
This is my interpretation of https://bugs.openjdk.java.net/browse/JDK-8088068
> code to reproduce is in a comment below
The accelerator API appears to assume a kind of singleton menubar. The bi…
-
The native Webkit libraries will be needed. Enable their compilation by setting `COMPILE_WEBKIT = true` in `gradle.properties`.