Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #3745

Re: Weird window close be

From "Roedy Green" <roedy.green@THRWHITE.remove-dii-this>
Subject Re: Weird window close be
Message-ID <c96i64pp95g2upoikfu40cj08sonf253ie@4ax.com> (permalink)
Newsgroups comp.lang.java.gui
References <808824ce-150d-4b52-a923-314860c60438@j22g2000hsf.googlegroups.com>
Date 2011-04-27 15:46 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
On Thu, 26 Jun 2008 12:27:16 -0700 (PDT), mrstephengross
<mrstevegross@gmail.com> wrote, quoted or indirectly quoted someone
who said :

>import javax.swing.JFrame;
>
>public class HelloWorldFrame {
>
>	public static void main(String args[]) {
>		new HelloWorldFrame();
>	}
>	HelloWorldFrame() {
>                JFrame frame = new JFrame();
>		frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
>		frame.setSize(100, 100);
>		frame.setVisible(true);
>	}
>}

When I run your program under Vista I don't see this behaviour. Sounds
like a bug in your JVM. Try submitting your sscce to whomever wrote
it.
-- 

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Weird window close behavi "mrstephengross" <mrstephengross@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000
  Re: Weird window close be "Daniel Pitts" <daniel.pitts@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000
    Re: Weird window close be "mrstephengross" <mrstephengross@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000
  Re: Weird window close be "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000

csiph-web