tiny ifdef for jdk14 code

This commit is contained in:
benfry
2003-11-03 19:41:54 +00:00
parent d64f97d7b8
commit 4dee60b0f2

View File

@@ -207,7 +207,9 @@ public class PdeEditor extends JPanel {
screen.height + insets.top + insets.bottom);
} else {
presentationWindow = new Frame();
#ifdef JDK14
((Frame)presentationWindow).setUndecorated(true);
#endif
presentationWindow.setBounds(0, 0, screen.width, screen.height);
}