Re: Java Windows question..
"Andrew Thompson" <andrewthommo@gmail.com> wrote in message
news:1160453288.784691.17510@m7g2000cwm.googlegroups.com...
JTapio wrote:
...
I have an homepage www.eurojari.net containing an applet runnable..
..hmmm. After visiting your homepage, and waiting several
minutes for the multitude of images and resources to load,
I saw a message about how this site was best viewed at
some 'screen resolution', and left.
my images are something like 80k - 90k .jpg format.. their temporary on my
page, for my friends..
but, several minutes, man, ADSL is not that expensive anymore on these days,
and trust me it is worth of that 19e a month what it costs..
thank you for the function, anyway..
import java.awt.*;
import java.applet.*;
public class AppletWindow extends Applet {
public void init() {
Frame f = Frame.getFrames()[0];
Window w = new Window(f);
w.setSize(
Toolkit.getDefaultToolkit().getScreenSize() );
w.setVisible(true);
}
}
Is this an Applet or JApplet?
i dont have that deep knowledge of Java, im more like c++, but i think your
asking am i using a swing or awt applet..
i would love to keep it simple, so just fullscreen window ready to receive
images and some shapes..
and that would be fine..
thank you..
Yours : JariTapio
Homepage : www.EuroJari.net
EMail : JariTapio@EuroJari.net