chandrima bhat

Greenhorn
+ Follow
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

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?
19 years ago