summaryrefslogtreecommitdiff
path: root/javax
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2007-10-11 10:33:20 +0000
committerRoman Kennke <roman@kennke.org>2007-10-11 10:33:20 +0000
commit5392ecc5993cefdc511f42b974f46d8c7bbfdda8 (patch)
tree96493aeccd679b5e088e5b76535f2dde2a1fbfab /javax
parent00a7c3725f3e7ecb7509c989b16a950db7558797 (diff)
downloadclasspath-5392ecc5993cefdc511f42b974f46d8c7bbfdda8.tar.gz
2007-10-11 Roman Kennke <roman.kennke@aicas.com>
* javax/swing/plaf/basic/BasicTreeUI.java (EDIT): Removed obsolete constant.
Diffstat (limited to 'javax')
-rw-r--r--javax/swing/plaf/basic/BasicTreeUI.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/javax/swing/plaf/basic/BasicTreeUI.java b/javax/swing/plaf/basic/BasicTreeUI.java
index 3952ea18d..1c28a5f96 100644
--- a/javax/swing/plaf/basic/BasicTreeUI.java
+++ b/javax/swing/plaf/basic/BasicTreeUI.java
@@ -279,14 +279,6 @@ public class BasicTreeUI
static Icon nullIcon;
/**
- * The special value of the mouse event is sent indicating that this is not
- * just the mouse click, but the mouse click on the selected node. Sending
- * such event forces to start the cell editing session.
- */
- static final MouseEvent EDIT = new MouseEvent(new Label(), 7, 7, 7, 7, 7, 7,
- false);
-
- /**
* Creates a new BasicTreeUI object.
*/
public BasicTreeUI()