mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 10:15:42 +00:00
some already implemented todo comments removed
This commit is contained in:
@@ -497,7 +497,6 @@ public class ActionPanel extends JPanel implements SearchListener<ActionSearchRe
|
||||
hexOnlyButton.setToolTipText(AppStrings.translate("button.viewhex"));
|
||||
hexOnlyButton.setMargin(new Insets(3, 3, 3, 3));
|
||||
|
||||
// todo: change icon
|
||||
constantsViewButton = new JToggleButton(View.getIcon("constantpool16"));
|
||||
constantsViewButton.addActionListener(this::constantsViewButtonActionPerformed);
|
||||
constantsViewButton.setToolTipText(AppStrings.translate("button.viewConstants"));
|
||||
|
||||
Reference in New Issue
Block a user