File tree Expand file tree Collapse file tree
app/src/processing/app/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33/*
44 Part of the Processing project - http://processing.org
55
6- Copyright (c) 2012-15 The Processing Foundation
6+ Copyright (c) 2012-16 The Processing Foundation
77 Copyright (c) 2004-12 Ben Fry and Casey Reas
88 Copyright (c) 2001-04 Massachusetts Institute of Technology
99
@@ -87,10 +87,6 @@ public class EditorStatus extends BasicSplitPaneDivider { //JPanel {
8787 Image offscreen ;
8888 int sizeW , sizeH ;
8989
90- // JButton cancelButton;
91- // JButton okButton;
92- // JTextField editField;
93-
9490 int response ;
9591
9692 boolean indeterminate ;
@@ -112,7 +108,6 @@ public void mouseEntered(MouseEvent e) {
112108
113109 @ Override
114110 public void mousePressed (MouseEvent e ) {
115- //if (url != null) {
116111 if (inside ) {
117112 Platform .openURL (url );
118113 }
You can’t perform that action at this time.
0 commit comments