Full Screen

HiAnyone doing fullscreen?I would like to do a fullscreen (frame simulation: maybe a JPanel -> contentPane) on (in?) a fullscreen app desktop (right now: undecorated, maximized(BOTH) JFrame).Anyone, any good "design pattern"?
[256 byte] By [agerard2a] at [2007-10-3 11:11:06]
# 1
Design pattern for what problem?You can do what you mentioned: undecorated, maximized(BOTH) Or do use full screen exclusive mode: http://java.sun.com/docs/books/tutorial/extra/fullscreen/index.html
zadoka at 2007-7-15 13:34:20 > top of Java-index,Desktop,Developing for the Desktop...
# 2

> Design pattern for what problem?

>

> You can do what you mentioned: undecorated,

> maximized(BOTH)

>

> Or do use full screen exclusive mode:

>

> http://java.sun.com/docs/books/tutorial/extra/fullscre

> en/index.html

(Sorry that's how it works (I work). )

I thought of CardLayout for the contenPane quite a long time ago already, but of course because I didn't use/need it then, of course I forgot about it.

Sorry

agerard2a at 2007-7-15 13:34:20 > top of Java-index,Desktop,Developing for the Desktop...