Michael

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
-
-
Created I use idea api createFileChooser as follows,but can not search the file I want, what's the problem?
AnsweredPsiFile ps = PsiManager.getInstance(project).findFile(virtualFiles[0]);TreeFileChooser.PsiFileFilter psiFileFilter = new TreeFileChooser.PsiFileFilter() { @Override public boolean accept(PsiF... -
Created How to locate the class file by the class path in idea plugin space
AnsweredI need to have a function which needs to locate the class file by the class path like below, If i click the text "test01" on the JTable column,I hope to redirect to the real class file testCase, Is... -
Created How to assign data to JTree
AnsweredMy question is how to assign ' List<dto>' data structure to JTree component, the data structure like a menu, relationship of parent and son -
Created Second Layer Dialog shows with Problem
I opened a dialog and I decided to open another dialog on the first dialog, It dest not show properly ,Is there any way to make the second layer dialog shows properly. -
Created Idea hot key problem
Answeredctrl + shift + alt + n is a hot key of idea default for search a key word globally, my problem is,when I input my keyword in Chinese, is showing messy code so that I can not read in any way, let a... -
Created How can I get data from DragSourceDropEvent
I have a JTree and I decide to add a DragSourceListener by createDefaultDragGestureRecognizer, implements the method dragDropEnd,When I drag one node on the tree and drop it in another place ,I ca... -
Created Want to add Drag and Drop to JTree node
AnsweredI want to add a event to JTree's node, drag any nodes in the Jtree and drop it to the place I want, When I drop it, a detailed dialog relative to the node will pop up, in order to display some deta... -
Created Issues about Dialog pop up
AnsweredI am programing a plugin, first I want to set a button in a form,when I click the button a dialog need to pop up, In java swing, How can I click a button while triggers a dialog? -
Created JTable can not display on idea UI Designer
AnsweredI am trying to develop a plugin in AWT SWING, put component JTable on the idea xxx.FORM file,but it does not work,Is there anyone can help me to resolve this issue?