brianfromoregon / photomosaic

Automatically exported from code.google.com/p/photomosaic
1 stars 1 forks source link

unable to use #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get the .jar from downloads section
2. execute by java -jar photomosaic-0.0.2
3. set the target image; thumb nails etc..

What is the expected output? What do you see instead?
To see mosaiced image

What version of the product are you using? On what operating system?
0.0.2 & WinXP

Please provide any additional information below.
Please let me know how to compile this code.

I get popup saying more time required and new notification will come once done. 
But I do not see anything as there is 

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
        at net.bcharris.photomosaic.swing.MosaicDesigner.toFiles(MosaicDesigner.
java:448)
        at net.bcharris.photomosaic.swing.MosaicDesigner.createMosaic(MosaicDesi
gner.java:236)
        at net.bcharris.photomosaic.swing.MosaicDesigner.createMosaicButtonActio
nPerformed(MosaicDesigner.java:414)
        at net.bcharris.photomosaic.swing.MosaicDesigner.access$200(MosaicDesign
er.java:28)
        at net.bcharris.photomosaic.swing.MosaicDesigner$5.actionPerformed(Mosai
cDesigner.java:329)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
ce)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)

Original issue reported on code.google.com by tcp...@gmail.com on 9 Mar 2011 at 11:54

GoogleCodeExporter commented 9 years ago
Sorry.... Seems I left this project in a bit of an unusable state. 0.0.2 is 
crap and 0.1 is meant for expert (developer) use only. Give 0.1 a shot if you 
dare and report any issues. Hopefully I'll find time to push out a 0.2 which is 
more user friendly.

Original comment by brianfromoregon on 10 May 2011 at 11:46

GoogleCodeExporter commented 9 years ago
Thank you and I look forward for 0.2

Original comment by tcp...@gmail.com on 11 May 2011 at 4:20