Re: Furniture Library Editor released

by enkonyito » Thu Sep 02, 2021 3:12 am

For building the FurnitureLibraryEditor-version.jar file with the furnitureLibraryEditorJarExecutable target, the Color button does not open any panel and displays this message in the command prompt:

Code: Select all

Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: input == null!
        at javax.imageio.ImageIO.read(Unknown Source)
        at com.eteks.sweethome3d.swing.SwingTools.createCustomCursor(Unknown Source)
        at com.eteks.sweethome3d.swing.ColorButton$RecentColorsPanel.<init>(Unknown Source)
        at com.eteks.sweethome3d.swing.ColorButton$RecentColorsPanel.<init>(Unknown Source)
        at com.eteks.sweethome3d.swing.ColorButton.createColorChooser(Unknown Source)
        at com.eteks.sweethome3d.swing.ColorButton.access$300(Unknown Source)
        at com.eteks.sweethome3d.swing.ColorButton$2.actionPerformed(Unknown Source)
	...	
        at com.eteks.furniturelibraryeditor.swing.ModelLightSourcesComponent$ModelLightSourcesPanel.displayView(Unknown Source)
        at com.eteks.furniturelibraryeditor.swing.ModelLightSourcesComponent$1.actionPerformed(Unknown Source)
	...
        at com.eteks.sweethome3d.swing.SwingTools.showOptionDialog(Unknown Source)
        at com.eteks.sweethome3d.swing.SwingTools.showConfirmDialog(Unknown Source)
        at com.eteks.furniturelibraryeditor.swing.FurniturePanel.displayView(Unknown Source)
        at com.eteks.furniturelibraryeditor.viewcontroller.FurnitureController.displayView(Unknown Source)
        at com.eteks.furniturelibraryeditor.viewcontroller.FurnitureLibraryController.modifySelectedFurniture(Unknown Source)
        at com.eteks.furniturelibraryeditor.swing.FurnitureLibraryTable$3.mouseClicked(Unknown Source)
In Eclipse, the Color button opens the color modification panel.