UCSDOalads / JavaSketchPad

Use this Java desktop app to visually program in Java
7 stars 3 forks source link

Multiple selection functionality contradicts with double click input functionality #148

Open sutan1206 opened 7 years ago

sutan1206 commented 7 years ago

When the first component selected is not an input box, double clicking the input box will cause a ClassCastException (as the program trying to cast a non-input box component into a DataInputTextfieldPaintComponent).