Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 191 → Rev 192

/sun/xmleditor/trunk/src/control/OtherGUIActions.java
66,6 → 66,10
private boolean quitConfirmed()
{
JFrame frame = new JFrame();
// if (documents.unsaved() == true)
{
}
String s1 = "Quit";
String s2 = "Cancel";
Object[] options = {s1, s2};