get() for image dupe instead of copy().. also hex/binary unhex/unbinary

This commit is contained in:
benfry
2004-07-17 19:54:36 +00:00
parent 8c5905e114
commit 60c5e2cd49
7 changed files with 115 additions and 38 deletions

View File

@@ -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;