Skip to content
Snippets Groups Projects
Commit 5a20c1b9 authored by tcarver's avatar tcarver
Browse files

add a name for the frame

parent 3b9dedce
No related branches found
No related tags found
No related merge requests found
...@@ -107,6 +107,7 @@ class UserDefinedQualifiers extends JFrame ...@@ -107,6 +107,7 @@ class UserDefinedQualifiers extends JFrame
UserDefinedQualifiers() UserDefinedQualifiers()
{ {
super("Qualifier List");
mainPanel = (JPanel) getContentPane(); mainPanel = (JPanel) getContentPane();
MultiLineToolTipUI.initialize(); MultiLineToolTipUI.initialize();
read(); read();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment