\r
slider.setBackground(Color.white);\r
slider.setEnabled(false);\r
- slider.setBounds(new Rectangle(125, 6, 82, 16));\r
+ slider.setBounds(new Rectangle(153, 3, 93, 21));\r
thresholdValue.setEnabled(false);\r
- thresholdValue.setBounds(new Rectangle(211, 4, 56, 22));\r
+ thresholdValue.setBounds(new Rectangle(248, 2, 79, 22));\r
thresholdValue.setColumns(5);\r
jPanel3.setBackground(Color.white);\r
currentColours.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11));\r
currentColours.setLabel("Use Original Colours");\r
currentColours.addItemListener(this);\r
\r
- threshold.setBounds(new Rectangle(11, 3, 113, 22));\r
+ threshold.setBounds(new Rectangle(11, 3, 139, 22));\r
thresholdIsMin.setBackground(Color.white);\r
thresholdIsMin.setLabel("Threshold is min/max");\r
- thresholdIsMin.setBounds(new Rectangle(270, 3, 135, 23));\r
+ thresholdIsMin.setBounds(new Rectangle(328, 3, 135, 23));\r
jPanel1.add(ok);\r
jPanel1.add(cancel);\r
jPanel2.add(annotations);\r