X add http url support for loadImage and loadStream

X ceil/floor/round
This commit is contained in:
benfry
2003-01-26 17:08:08 +00:00
parent c116a581a2
commit 389c62fb8d
3 changed files with 19 additions and 19 deletions

View File

@@ -710,7 +710,7 @@ public class KjcEngine extends PdeEngine {
//System.err.println("system err is working");
messageMode = RUNNING;
Frame frame = editor.frame;
Frame frame = PdeBase.frame;
Point parentLoc = frame.getLocation();
Insets parentInsets = frame.getInsets();