When using the NetBeans GUI Builder (Matisse) to set an icon for a component (e.g., JMenuItem), the generated code uses: new ImageIcon(getClass().getResource("/path ...
Upon changes with Matisse that cause Swing GUI code regenerating, *.setFloatable(false) lines get removed for all JToolBar instances, if present previously for the edited form. New instances added via ...