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
VPN disconnects over 2 way satellite
php mysql storing date time
W3WP.exe uses 100% CPU at some times.
Windows Update site fails to load
Riverbed with Cisco GRE Tunnel
I cannot change the ownership and rights of a folder, access denied
Update RevTex in TexLive and Kile - Fedora 13
No icon on desk top windows XP
php object iteration code improvement
SQL 2005 log shipping vs replication question.