Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #1468
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: Referring to AWT tool |
| Message-ID | <70d60f9911612@uwe> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <4624a851$0$25455$5a62ac22@per-qv1-newsreader-01.iinet.net.au> |
| Date | 2011-04-27 15:33 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui
Qu0ll wrote:
>Is it possible to get a reference to the current AWT toolkit before any GUI
>components/objects have been created?
class GetToolkit {
public static void main(String[] args) {
System.out.println(
java.awt.Toolkit.getDefaultToolkit() );
}
}
--
Andrew Thompson
http://www.athompson.info/andrew/
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-gui/200704/1
---
* 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 | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Referring to AWT toolkit "Qu0ll" <qu0ll@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
Re: Referring to AWT tool "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
Re: Referring to AWT tool "Qu0ll" <qu0ll@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
csiph-web