Chris
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Chris commented, -
-
Chris created a post, AnsweredCan't type in a popup with JTextField
Hi, 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 ... -
-
Chris commented, -
Chris created a post, AnsweredRefactoringEventListener is not working for Local Variable
Hi, 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....