
How can I create a "modern looking" Java desktop application?
Apr 13, 2012 · I need to build a cross-platform desktop application in Java with a GUI of comparable quality to contemporary desktop apps. Swing is the default choice, but I have yet to encounter a …
Examples of good Java desktop applications - Stack Overflow
More of a wiki list/collection, I'm looking for a list of good Java desktop apps. I've added a couple below to get started. Please list the framework/widget toolkit being used if it's know as well.
How can I package a Java desktop application? - Stack Overflow
Oct 27, 2011 · I am working on a simple desktop java application. I would like to make it as seamless to install for end users as possible. E.g. similar to how Minecraft is distributed - a simple executable for …
Is there a good framework for Java desktop applications?
Jan 19, 2013 · Griffon is an application framework for developing desktop applications in the JVM, with Groovy being the primary language of choice. Inspired by Grails, Griffon follows the Convention over …
Creating an installer for Java desktop application
Feb 4, 2013 · From How to run Java programs by clicking on their icon on Windows? This answer, which shows a JWS app. installed in 'Programs and Features', with the desktop icon to the left of it.
Embed google maps in Java desktop Application - Stack Overflow
Nov 5, 1970 · 11 Yes, the Google Maps APIs can now be used in Desktop applications Check out these Stack Overflow threads: Google Map in JAVA Swing Embedding Gecko/Webkit in Java Webkit …
what is the difference between java desktop application and javafx ...
May 20, 2017 · What is the difference between a "normal" Java desktop application (with AWT or Swing), and a Java application built with JavaFX? What are the advantages and disadvantages of …
Automation for GUI desktop application with java framework
Sep 28, 2014 · Yes. UiPath can automate desktop, browser, remote desktops or java applications. Unlike Selenium it has the ability to get access to the internal object model of a java app (recognise …
Java desktop application frameworks vs. JavaFX - Stack Overflow
Do you require Java 7 support ? How do you want to manage your application threads. I certainly forget a lot of questions. In fact you SHOULD use one of these Application Framework (building your own …
Java GUI frameworks. What to choose? Swing, SWT, AWT, SwingX, …
Sep 9, 2011 · What set's Jgoodies apart from the rest? JGoodies OTOH is about PLAFs and layouts. JavaFX The latest flagship of Java/Oracle. promising to be the facto standard in developing rich …