licensing and tabs

This commit is contained in:
benfry
2003-07-24 22:54:23 +00:00
parent fae3716b47
commit 8ca282242b
9 changed files with 613 additions and 583 deletions

View File

@@ -55,7 +55,7 @@ public class PdeRuntime implements PdeMessageConsumer {
Frame frame = PdeBase.frame;
Point parentLoc = frame.getLocation();
Insets parentInsets = frame.getInsets();
int x1 = parentLoc.x - 20;
int y1 = parentLoc.y;