Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
chandrima bhat
Greenhorn
+ Follow
news
1
Posts
1
Threads
since May 28, 2005
Merit badge:
grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads
Recent posts by chandrima bhat
EXIT_ON_CLOSE
JFrame f;
f.setDefaultCloseOption(JFrame.EXIT_ON_CLOSE);
I wrote a program using the above code, but its giving errors. Can anyone help me with a correct way of setting setDefaultCloseOption in Java?
show more
19 years ago
Beginning Java