I want to get focus on my swing buttons immediately when i open the page without the help of mouse for the first time.my code is working. but sometimes it is not working.here is my code.please reply what is the fault there?
code:
public class AstMonitor extends JApplet implementsActionListener,FocusListener,Runnable {
boolean keepTrying = true; Thread astThread;
JButton sale = new JButton("12 Sale "); public void init() {