Java WindowBuilder -> Export as .jar (Runnable or Applet)
问题 I installed the WindowBuilder Plugin for Eclipse 3.7. I created a very simple GUI with various methods (JFrame, JPanel, Application etc.). I tried to Export my Project as a runnable JAR / a .jar file. I have to choose the Main Class: It does not show anything to select! The Export still works but the file is useless. How do I export my GUI class properly? EDIT: Seems I need a main method to make the class show up in the main class list. But the problem is, that WindowBuilder creates a class