discuss-gnu-electric
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Close


From: Steven Rubin
Subject: Re: Close
Date: Tue, 01 Mar 2005 07:32:59 -0800

At 12:51 AM 3/1/2005, you wrote:
Hello,
I would like to close windows of Electric , and not
shutdown all the system,
what method permit to close the windows without
shutsdown the Electric system.

As I have said before, you must read the code for such answers.

All of the menus are in the package "com.sun.electric.tool.user.menus". So if you want to know how a particular menu entry works, look there.

All of the window controls are in the package "com.sun.electric.tool.user.ui". The class WindowFrame is the general window method, with specific subclasses for different types of windows (EditWindow for basic circuit editing, WaveformWindow for signal display, TextWindow for text editing, etc.) To see how these windows respond to being closed, see their classes.

-Steven Rubin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]