public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* More Signals info.
@ 1997-07-28  7:31 Aris Zakinthinos
  0 siblings, 0 replies; only message in thread
From: Aris Zakinthinos @ 1997-07-28  7:31 UTC (permalink / raw)
  To: 'Gnu-Win32'

I have Sergey's latest coolview:

cygwin.dll  -Jul 23 596088 bytes
bash.exe - Jul 04 320512 bytes

If you compile the attached java program and run it (i.e. java Main) then
Ctrl-C does not kill it.  Previous versions of cygwin.dll did.

The program doesn't do anything except bring up a window with a title bar.

Aris.


import java.awt.*;


class Main extends Frame
{
  public static void main(String args[]) 
    {
      Main m = new Main();
      m.show();
      
    }
}

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-07-28  7:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-07-28  7:31 More Signals info Aris Zakinthinos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).