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