TumbleCatch

Your gateway to endless inspiration

Java - Blog Posts

7 years ago

Coffee gives me life

gutter-bot - a little bit warped

Tags
7 months ago

Coding is weird

This works:

While (var != true)

This does not

While (var = false)

???


Tags
12 years ago

Hello world ;)

Hello, and welcome to Outlook

Outlook is a truly modern email experience, and we're excited for you to check it out.

A modern interface: faster and cleaner

The simple, fluid and interactive design of Outlook makes it easy to use whether you're on a desktop, phone or tablet.

Learn more

Get an Outlook email address for your new inbox

You can get a new email address from Outlook. You don't have to worry about your contacts and previous emails, you'll keep them. And, you'll continue receiving messages sent to your Hotmail address.

Get new ID

Bring your inbox to life — Connect Facebook and Twitter

Connect and see your friends' Facebook updates and Tweets directly in your inbox. Your contacts' information is automatically in sync so you don't miss a thing.

Connect now

Tell us what you think of Outlook

We want to hear your opinion. Please submit your feedback via the Feedback link under the Options menu.

/* Code */

==============================================

Log: 2011-09-28 14:42:28

==============================================

Inverse Fourier transform. Done

Memory Usage #02 : 76 Mb

G:\Java-Lo-optimization-tool-Explore\images\PAT007.01.jpg

Input Image : 256 x 256 pixels

Starting FFT..

X-Spectrum Calculated

Y-Spectrum Calculated

Data set to SpectaPlot

Memory Usage #01 : 57 Mb

Inverse Fourier transform started...

Inverse Fourier transform. Done

Memory Usage #02 : 90 Mb

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 65536

at FFTool_M.SpectrumCalc.histogramY(SpectrumCalc.java:66)

at FFTool_M.DesktopApplication1View.spectrumPlot(DesktopApplication1View.java:856)

at FFTool_M.DesktopApplication1View.sampleSliderStateChanged(DesktopApplication1View.java:2725)

at FFTool_M.DesktopApplication1View.access$3200(DesktopApplication1View.java:30)

at FFTool_M.DesktopApplication1View$12.stateChanged(DesktopApplication1View.java:1341)

at javax.swing.JSlider.fireStateChanged(Unknown Source)

at javax.swing.JSlider$ModelListener.stateChanged(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.fireStateChanged(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.setRangeProperties(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.setValue(Unknown Source)

at javax.swing.JSlider.setValue(Unknown Source)

at javax.swing.plaf.basic.BasicSliderUI$TrackListener.mouseDragged(Unknown Source)

at java.awt.Component.processMouseMotionEvent(Unknown Source)

at javax.swing.JComponent.processMouseMotionEvent(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.dispatchEventImpl(Unknown Source)

at java.awt.EventQueue.access$000(Unknown Source)

at java.awt.EventQueue$1.run(Unknown Source)

at java.awt.EventQueue$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue$2.run(Unknown Source)

at java.awt.EventQueue$2.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.AccessControlContext$1.doIntersectionPrivilege(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)

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 65536

at FFTool_M.SpectrumCalc.histogramY(SpectrumCalc.java:66)

at FFTool_M.DesktopApplication1View.spectrumPlot(DesktopApplication1View.java:856)

at FFTool_M.DesktopApplication1View.sampleSliderStateChanged(DesktopApplication1View.java:2725)

at FFTool_M.DesktopApplication1View.access$3200(DesktopApplication1View.java:30)

at FFTool_M.DesktopApplication1View$12.stateChanged(DesktopApplication1View.java:1341)

at javax.swing.JSlider.fireStateChanged(Unknown Source)

at javax.swing.JSlider$ModelListener.stateChanged(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.fireStateChanged(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.setRangeProperties(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.setValueIsAdjusting(Unknown Source)

at javax.swing.JSlider.setValueIsAdjusting(Unknown Source)

at javax.swing.plaf.basic.BasicSliderUI$TrackListener.mouseReleased(Unknown Source)

at com.sun.java.swing.plaf.windows.WindowsSliderUI$WindowsTrackListener.mouseReleased(Unknown Source)

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.dispatchEventImpl(Unknown Source)

at java.awt.EventQueue.access$000(Unknown Source)

at java.awt.EventQueue$1.run(Unknown Source)

at java.awt.EventQueue$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue$2.run(Unknown Source)

at java.awt.EventQueue$2.run(Unknown Source)

at java.security.AccessControlContext$1.doIntersectionPrivilege(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)

Starting FFT..

X-Spectrum Calculated

Y-Spectrum Calculated

Data set to SpectaPlot

Memory Usage #01 : 62 Mb

Inverse Fourier transform started...

Inverse Fourier transform. Done

Memory Usage #02 : 79 Mb

Inverse Fourier transform started...

Inverse Fourier transform. Done

Memory Usage #02 : 98 Mb

Inverse Fourier transform started...

Inverse Fourier transform. Done

Memory Usage #02 : 102 Mb

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 65536

at FFTool_M.SpectrumCalc.histogramY(SpectrumCalc.java:66)

at FFTool_M.DesktopApplication1View.spectrumPlot(DesktopApplication1View.java:856)

at FFTool_M.DesktopApplication1View.sampleSliderStateChanged(DesktopApplication1View.java:2725)

at FFTool_M.DesktopApplication1View.access$3200(DesktopApplication1View.java:30)

at FFTool_M.DesktopApplication1View$12.stateChanged(DesktopApplication1View.java:1341)

at javax.swing.JSlider.fireStateChanged(Unknown Source)

at javax.swing.JSlider$ModelListener.stateChanged(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.fireStateChanged(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.setRangeProperties(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.setValueIsAdjusting(Unknown Source)

at javax.swing.JSlider.setValueIsAdjusting(Unknown Source)

at javax.swing.plaf.basic.BasicSliderUI$TrackListener.mouseDragged(Unknown Source)

at java.awt.Component.processMouseMotionEvent(Unknown Source)

at javax.swing.JComponent.processMouseMotionEvent(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.dispatchEventImpl(Unknown Source)

at java.awt.EventQueue.access$000(Unknown Source)

at java.awt.EventQueue$1.run(Unknown Source)

at java.awt.EventQueue$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue$2.run(Unknown Source)

at java.awt.EventQueue$2.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.AccessControlContext$1.doIntersectionPrivilege(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)

/* END */


Tags
Loading...
End of content
No more pages to load
Explore Tumblr Blog
Search Through Tumblr Tags