Microsoft
Software
Hardware
Network
Question : Raising an event
Ok, so here's the problem.
I have a TextBox, contained within a JPanel, which is contained within a JFrame. When I hit the 'enter' key, I want to be able to detect it in the JFrame.
Any ideas?
Answer : Raising an event
you could add a method that added listener to textbox
public void addKeyListener(KeyListener
listener) {
theDefaultTextBox.addKeyLi
stener(lis
tener);
}
Random Solutions
Exchange 2010 Domain Prep
Copy multiple files from Unix to Windos: VBS
Documentation for Palo Alto PA 500 firewall
How to retrieve and Entities Form or View Metadata
Particular calendar items will not sync from iPhone to Outlook via Exchange
Exporting mailboxes to PST in Exchange 2007 running on SBS 2008
riddle vb.net calling unmanaged c++ dll
How to change pass AD with WSS 3.0?
anchor on seperate page not working in safari and firefox
Operator '=' is not defined for type 'DBNull' and type 'Integer' - how to fix