1. Problems running Swing application with IDEA 8M1 stackoverflow.comIs anyone else having trouble running Swing applications from IntelliJ IDEA 8 Milestone 1? Even the simplest application of showing an empty JFrame seems to crash the JVM. I ... |
2. Is there any way to improve IDEA 9 Community Edition Look&Feel? stackoverflow.comEarlier versions of IDEA had their own skin and looked really nice. But fresh 9CE version has really strange look&fells included: default is IDEA 4.5 (!!!) that looks like apps in ... |
3. Is there a way to make the generated GUI code from IDEA visible? stackoverflow.comI have made an extremely simple project in IntelliJ's IDEA, basically just a form with a JToolBar containing a JButton, and when I try to launch it, I get an NPE ... |
4. How can I get a L&F like Intellij Idea in swing application? stackoverflow.comAs a popular IDE for java application, Intellij Idea's look and feel is very beautiful in my opinion. How did it do that? And how can I get a look and ... |
5. How to fix SQLException in the Catch Statement? stackoverflow.comThis program is about auto complete. When I type something to the |
6. Can IntelliJ generate souce code when making Swing GUIs with Intellijs gui designer? stackoverflow.comI cant just add another dependency to the proeject - the IntelliJs "compile intellij form to java-source, or bytecode instrumentation". I need the java source code to be generated when I ... |