Skip to content

Commit

Permalink
better message
Browse files Browse the repository at this point in the history
  • Loading branch information
aress31 committed Dec 24, 2023
1 parent 4acda28 commit 84b4f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/swurg/gui/views/ParserPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ public JPanel createNorthPanel() {

Icon icon = resizeIcon(UIManager.getIcon("OptionPane.informationIcon"), 26);
metadataLabel.setIcon(icon);
metadataLabel.setToolTipText("Parse an OpenAPI specification to inspect its associated metadata.");
metadataLabel.setToolTipText(
"You need to parse an OpenAPI specification to see its metadata within this tooltip.");

JPanel eastPanel = new JPanel();
eastPanel.add(metadataLabel);
Expand Down

0 comments on commit 84b4f2e

Please sign in to comment.