Konstantin Fadeyev
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 When trying to run tests, nothing happens
When I run a very simple test, nothing happens. And I cannot run anything anymore, since run button is disabled.Here is the test I'm trying to run:public class MyTest{ @org.junit.Test public ... -
创建于 Expand node in project view
I've created a directory and a file in it like this:PsiFile classFile = PsiFileFactory.getInstance(project).createFileFromText("Test.java", "class Test{}");PsiDirectory directory = PsiManager.getIn... -
创建于 How to start another swing application from an action
I have a third party swing application that does some changes to current L&F (for example sets the default panel background black), and when I start this application from a plugin aciton, L&F in ID...