java - Disabling other action while a JFrame is open -
java - Disabling other action while a JFrame is open -
this question has reply here:
disable jframe when new jframe opened 2 answersi wondering if possible disable other action when jframe opened in java.
just this?
is there easy code this?
this has been asked many times , reply same: utilize modal jdialog or joptionpane (which version of modal jdialog), not jframe.
for example, please check out mkorbel's reply here.
java swing jframe modal-dialog jdialog
Comments
Post a Comment