Attempt to fix focus problem. Fixed path selection

This commit is contained in:
2015-04-08 11:48:29 +02:00
parent 701f2aed4b
commit 0c9d41585c
4 changed files with 37 additions and 3 deletions
+1
View File
@@ -56,6 +56,7 @@ public class PropertiesPanel extends JPanel
setPreferredSize(new Dimension(200, 0));
setBorder(BorderFactory.createLineBorder(new Color(180, 180, 180)));
setBackground(new Color(220, 220, 220));
setFocusable(false);
// NAME "PROPERTIES"
JPanel propPanel = new JPanel();