Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Miloslav Macko
Total activity
9
Last activity
November 12, 2024 15:47
Member since
March 30, 2023 09:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Edited
January 02, 2024 10:58
Hi Yann, with disabled New UI the behavior is the same. I did couple of tests, and found out, that the JButton's text is correctly disabled. Only the icon always has the ‘enabled' appearance.You c...
Community
IntelliJ IDEA Open API and Plugin Development
GUI Elements enable / disable
0 votes
Created
December 20, 2023 18:48
Well, I could, but at this stage I want to avoid big changes in the code, the project is in the maintain phase. There must be a reason why this stopped working in 2023.3. Maybe the New UI? What cou...
Community
IntelliJ IDEA Open API and Plugin Development
GUI Elements enable / disable
0 votes
Created
December 20, 2023 16:21
Hi Yann,It's classic JButton: import javax.swing.*; import java.awt.*; var hcpy = new JButton(); hcpy.setOpaque(false); hcpy.setContentAreaFilled(false); hcpy.setBorderPainted(false); hcpy.setEnab...
Community
IntelliJ IDEA Open API and Plugin Development
GUI Elements enable / disable
0 votes
Edited
March 31, 2023 09:46
Great, thx..., the call is: ApplicationManager.getApplication().restart();
Community
IntelliJ IDEA Open API and Plugin Development
restart pycharm
0 votes