We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
notitle
noborder
Setting both notitle and noborder options cause Java applications to display only a blank window.
Similarly to #589, I reproduced this with more than one Java applications. An easy way to reproduce is to use the following demo: https://www.cs.cmu.edu/afs/andrew/course/15/411/java/jdk1.5.0_05/demo/jfc/SwingSet2/SwingSet2.jar
It can be started with: java -jar SwingSet2.jar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Setting both
notitle
andnoborder
options cause Java applications to display only a blank window.Similarly to #589, I reproduced this with more than one Java applications. An easy way to reproduce is to use the following demo: https://www.cs.cmu.edu/afs/andrew/course/15/411/java/jdk1.5.0_05/demo/jfc/SwingSet2/SwingSet2.jar
It can be started with: java -jar SwingSet2.jar
The text was updated successfully, but these errors were encountered: