mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
get() for image dupe instead of copy().. also hex/binary unhex/unbinary
This commit is contained in:
@@ -73,11 +73,11 @@ implements MRJAboutHandler, MRJQuitHandler, MRJPrefsHandler
|
||||
JSplitPane splitPane;
|
||||
JPanel consolePanel;
|
||||
|
||||
JEditTextArea textarea;
|
||||
PdeEditorListener listener;
|
||||
|
||||
// currently opened program
|
||||
PdeSketch sketch;
|
||||
public PdeSketch sketch;
|
||||
|
||||
public JEditTextArea textarea;
|
||||
PdeEditorListener listener;
|
||||
|
||||
// runtime information and window placement
|
||||
Point appletLocation;
|
||||
|
||||
Reference in New Issue
Block a user