Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sathurshan
Total activity
25
Last activity
November 03, 2020 11:59
Member since
January 09, 2020 10:42
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
7
Activity overview
Posts (6)
Comments (11)
Sort by recent activity
Recent activity
Votes
Edited
November 03, 2020 11:59
Thank you for your support and guidance. I fixed this combo box UI issue as you said.
Community
IntelliJ IDEA Open API and Plugin Development
How to set border for combo box?
0 votes
Created
November 02, 2020 09:06
ComboBox cmbList = new ComboBox();cmbList.setUI(new DarculaComboBoxUI()); I already tried with this darcula UI but the result is same. The combobox not contains the border even after set darcula co...
Community
IntelliJ IDEA Open API and Plugin Development
How to set border for combo box?
0 votes
Edited
October 29, 2020 08:14
IntelliJ[2020.1] Combobox has built in border style but with our implementation the border is not visible for darcula theme. Actually we are trying to mimic this same appearance to our combo box.
Community
IntelliJ IDEA Open API and Plugin Development
How to set border for combo box?
0 votes
Created
August 14, 2020 11:42
Thanks Yann.
Community
IntelliJ IDEA Open API and Plugin Development
Text color in the JTextField not changing according to the theme
0 votes
Edited
July 21, 2020 09:47
Thank you for your suggestion. Currently migrating to JBTable. While migrating we are facing some difficulties .The major problem is columncontrol(new ColumnControlButton(table)) not available in t...
Community
IntelliJ IDEA Open API and Plugin Development
Sorted list after loaded into the table not in proper order as expected in InteliJ IDE 2020 versions
0 votes
Edited
July 15, 2020 12:59
The comparator producing expected results. I checked the model as well. It contains sorted list but the results in the table not updated in sorted order. Do i need to update sorting function mentio...
Community
IntelliJ IDEA Open API and Plugin Development
Sorted list after loaded into the table not in proper order as expected in InteliJ IDE 2020 versions
0 votes
Edited
July 14, 2020 07:29
Here is the link for the demo project. It has the exact problem we are facing now in IntelliJ 2020.1 https://drive.google.com/file/d/16zMAbjEjOhgaAXMyemseGrnM54FBJXj-/view?usp=drivesdk
Community
IntelliJ IDEA Open API and Plugin Development
Sorted list after loaded into the table not in proper order as expected in InteliJ IDE 2020 versions
0 votes
Created
June 26, 2020 11:52
Thanks Yann. i'll try to attach a demo project.
Community
IntelliJ IDEA Open API and Plugin Development
Sorted list after loaded into the table not in proper order as expected in InteliJ IDE 2020 versions
0 votes
Edited
June 04, 2020 13:01
JPanel panel = new JPanel(new GridBagLayout());JButton btn = new JButton();btn.setText("Create");btn.setBorder(null);btn.setOpaque(false);btn.setFocusPainted(false);btn.setContentAreaFilled(false);...
Community
IntelliJ IDEA Open API and Plugin Development
Not able to change button style in InteliJ 2020.1
0 votes
Created
March 26, 2020 07:04
Thanks Yann. I raised bug in the youtrack
Community
IntelliJ IDEA Open API and Plugin Development
Combo box not displays the text properly in intelij idea version 2019.2 and 2019.3 but it works for other versions
0 votes
Next
›
Last
»