Chris

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created Can't type in a popup with JTextField
AnsweredHi, The purpose of this plugin is to simply create a popup with JTextField so that I can type something on it. However, The JTextField is not focusable and nothing can be typed on it. A little bit ... -
Created RefactoringEventListener is not working for Local Variable
AnsweredHi, The goal of my program is to extract the identifier type and identifier name before and after a Refactor-Rename event through Intellij. Method name, class name, field name works perfectly fine....