mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-18 09:24:42 -04:00
Makes help text dialogs modeless; closes #247
This commit is contained in:
parent
cc56390592
commit
39874cee00
@ -48,7 +48,7 @@ public class ShowStringDialog extends JDialog {
|
|||||||
* @param html is the string a html string?
|
* @param html is the string a html string?
|
||||||
*/
|
*/
|
||||||
public ShowStringDialog(Window parent, String title, String str, boolean html) {
|
public ShowStringDialog(Window parent, String title, String str, boolean html) {
|
||||||
super(parent, title, ModalityType.APPLICATION_MODAL);
|
super(parent, title, ModalityType.MODELESS);
|
||||||
init(parent, str, html);
|
init(parent, str, html);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user