change icon « Dialog « Java Swing Q&A





1. Changing the native about dialog for mac applications    coderanch.com

Hey guys, Making a java web start application, which generates a tray icon and has an about button from there that shows a nice pretty about dialog. This is perfect for windows. However, I want this to be usable on the mac as well. So the tray about dialog is created fine, but.... Mac generates its own native menu bar for ...

2. changing class to a JDialog    forums.oracle.com

I created a JDialog class separate from a bigger project. The bigger project calls for a GUI so I added a class, however I did not make it a JDialog class. I created it as a regular class and then pasted in the code. Is there any way to change the class type to a JDialog? The problem is that I ...