主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录

Miloslav Macko

Avatar
  • 活动总数 9
  • 最后的活动 2024年11月12日 15:47
  • 成员加入日期 2023年03月30日 09:17
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 3
活动概览 帖子(2) 评论(4)
按最近的活动排序 最近的活动 投票数
  • 已编辑于 2024年01月02日 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...
    1. 社区
    2. IntelliJ IDEA Open API and Plugin Development
    3. GUI Elements enable / disable
    • 0 票
  • 创建于 2023年12月20日 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...
    1. 社区
    2. IntelliJ IDEA Open API and Plugin Development
    3. GUI Elements enable / disable
    • 0 票
  • 创建于 2023年12月20日 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...
    1. 社区
    2. IntelliJ IDEA Open API and Plugin Development
    3. GUI Elements enable / disable
    • 0 票
  • 已编辑于 2023年03月31日 09:46
    Great, thx..., the call is: ApplicationManager.getApplication().restart();
    1. 社区
    2. IntelliJ IDEA Open API and Plugin Development
    3. restart pycharm
    • 0 票
Copyright © 2000– JetBrains s.r.o.