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
UserDefinedQualifiers()
{
super("Qualifier List");
mainPanel = (JPanel) getContentPane();
MultiLineToolTipUI.initialize();
read();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment