I have an image and I want to display it in the applet, The problem is the image wont display. Is there something wrong with my code?
I use Inte开发者_高级运维lliJ IDEA and running a Maven application. My application uses some other modules, projects. I changed version of one module\'s dependencies(I changed a hibernate dependency\'
I have a Java project in IntelliJ that compiles, and now I am slowly changing. Is there a way to ask IntelliJ to run the project, even if some parts of the code still do not compile? If so, how?
I have an applet and I want to add a jbutton. The problem is the button is too big, I already used the setSize() method but still it doesn\'t work. Perhaps the setting of setSize could might be wrong.
Having upgraded to GWT 2.4.0, I want (need) to enable annotation processing for my RequestFactory interfaces. The instructions for doing that in Eclipse are clear enough, but I can\'t find the corresp
My maven layout is similar to: Parent - ChildJ - ChildS ChildJ contains Java code (code generated via the Google Protobuf Java compiler)
we are using Grails together with Maven and Intellij. For the beginning of the project it worked everything nicely. Now we are getting开发者_JAVA技巧 more and more strange effects like when somebody i
We have a project that is due to start and we are getting into the Holy IDE wars that I want to avoid.
IntelliJ 8.1 (also tried 9) was working fine without Tortoise SVN, but开发者_运维问答 after I installed Tortoise SVN 64bit on Windows 7, I\'m getting out of memory every time I launch IntelliJ.
I am making an autocomplete project(just like Google). I have a jtextfield in my frame and whenever I type something to that field, a JWindow will appear below the textfield and that window is coming