Changeset 1714
- Timestamp:
- 01/16/12 18:47:59 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/org/rapla/gui/toolkit/RaplaTree.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/rapla/gui/toolkit/RaplaTree.java
r1625 r1714 228 228 } 229 229 public void mouseClicked(MouseEvent me) { 230 if (me.getClickCount() == 2 ) {230 if (me.getClickCount() == 2 && jTree.getSelectionPath() != null ) { 231 231 final Object lastPathComponent = jTree.getSelectionPath().getLastPathComponent(); 232 232 if ( lastPathComponent instanceof TreeNode)
![(please configure the [header_logo] section in trac.ini)](/chrome/site/rapla.jpg)