Thomas Hartwig

Avatar
  • Total activity 86
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 33
  • Created

    Swing gui for community project

    Hi,I want to start a community project hosted on GitHub. I am developing in IDEA and have some small GUI classes. I want to keep these classes as open and compatible as possible to give developers ...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    JUnit test for inner static class

    I have a testing class like this:<code> import org.junit.Test;import static org.junit.Assert.assertEquals;public class ClassOuterTest {   @Test   public void testOuter() {      assertEquals(1, 0, 0...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    How to open a form file as source in Idea 12

    Somehow I do not find a possibility to open a form file as source instead of the designer view. Is this possible?ThanksThomas
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    NPE for missing icon

    We have some kind of restucturing of our code base. Unfortunately there are some icons missing for some forms now. During runtime we only get this not very helpful message:java.lang.NullPointerExce...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    L&F in JDK 7

    Hello,recently I stepped to JDK 7 for development and noticed some layout changes in the default L&F in my Swing applications. Especially the default margins in the containers have changed. This lo...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    jvisualvm profiler integration

    I would like to integrate jvisualvm to Intellij Idea. Unfortunately the visualvm4idea plugin is not maintained any more and does not seem to work in 10.x. So I am curious if you have other recommen...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Problems after suspend to disk (Hibernation)

    Hello Community,I have some problems with IDEA not being stable any more after resuming on my Linux box. So I have to close IDEA first before hibernate. I have made some tests with an other Java ap...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Ant task synchronization

    I use ant task for stamp and versioning my project within several files (java and non-java). The problem I face with that Idea does'nt recognize these changes correctly. Even if I synchronize the f...
    • 2 followers
    • 10 comments
    • 0 votes
  • Created

    Inspection time profiling available?

    I have an old UI class which is really huge ~ 10000 lines of code. Right now I am in the process of refactoring but the code analysis takes quite long ~ 10 seconds with full CPU usage. I don't want...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Color chooser in editor available for java code?

    I have a color chooser popup available when changing stylesheets. Is this somehow available in Java code as well?Eg. When you have a statement like this: new Color(255, 243, 243) it would be nice t...
    • 3 followers
    • 6 comments
    • 0 votes