Thomas Hartwig

- 活动总数 86
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 33
-
-
-
Thomas Hartwig 创建了一个帖子, 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 ... -
Thomas Hartwig 创建了一个帖子, 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... -
Thomas Hartwig 创建了一个帖子, 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 -
Thomas Hartwig 创建了一个帖子, 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... -
Thomas Hartwig 创建了一个帖子, 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... -
Thomas Hartwig 创建了一个帖子, 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... -
Thomas Hartwig 创建了一个帖子, 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... -
Thomas Hartwig 创建了一个帖子, 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...