SPARK-558 Window controls will not go away.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@7627 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-03-21 17:22:28 +00:00
committed by derek
parent a7e5db3eb8
commit be61be4801
3 changed files with 26 additions and 1 deletions

View File

@ -274,5 +274,9 @@ public class JContactItemField extends JPanel {
}
}
public boolean canClose(){
return !textField.hasFocus();
}
}