mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 20:14:41 +00:00
warning about §§ is hidden as default
This commit is contained in:
@@ -942,6 +942,8 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
|
||||
panelWithHint.add(brokenHintPanel, BorderLayout.NORTH);
|
||||
panelWithHint.add(decompiledScrollPane, BorderLayout.CENTER);
|
||||
|
||||
brokenHintPanel.setVisible(false);
|
||||
|
||||
iconDecPanel.add(panelWithHint);
|
||||
final JPanel decButtonsPan = new JPanel(new FlowLayout());
|
||||
decButtonsPan.setBorder(new BevelBorder(BevelBorder.RAISED));
|
||||
|
||||
Reference in New Issue
Block a user