Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Chris
Total activity
11
Last activity
July 13, 2020 20:02
Member since
July 04, 2020 02:24
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
July 13, 2020 20:02
Gosh, you just save my life. Thanks
Community
IntelliJ IDEA Open API and Plugin Development
Can't type in a popup with JTextField
0 votes
Created
July 13, 2020 13:51
Hi Jakub:Here is my code:JTextField myTextField = new JTextField("Here I am", 20);JComponent myPanel = new JPanel();myPanel.add(myTextField);myTextField.setEditable(true);myTextField.setEnabled(tru...
Community
IntelliJ IDEA Open API and Plugin Development
Can't type in a popup with JTextField
0 votes
Created
July 08, 2020 22:16
You can try not to ignore the *.class file in intellij setting. Go to Setting, and search for File Type and click it. Delete *.class if it existed in the bottom line
Community
IntelliJ IDEA Users
Intellij IDEA cannot resolve any import statement
0 votes
Created
July 06, 2020 18:48
Thank you sooo much! It works now!
Community
IntelliJ IDEA Open API and Plugin Development
RefactoringEventListener is not working for Local Variable
0 votes