bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug awt/27695] New: AWT pulldown selector fail to work for applet


From: pere at hungry dot com
Subject: [Bug awt/27695] New: AWT pulldown selector fail to work for applet
Date: 21 May 2006 08:09:20 -0000

When running the CVS version of classpath with jamvm and use
./tools/appletviewer http://www.btinternet.com/~se16/js/mapproj.htm to start
the
applet, it starts as it should and seem to work, except for one issue.

The selectors to change projection and position do not work.  When I use
the first two, nothing changes, and when I try to set values into the
input fields (for example 180 as the last value) and press 'You choose', I get
an exception:

Exception during event dispatch:
java.lang.NegativeArraySizeException
   at MapProjections.newmap(MapProjections.java:285)
   at MapProjections.paint(MapProjections.java:106)
   at MapProjections.update(MapProjections.java:131)
   at
gnu.java.awt.peer.gtk.GtkComponentPeer.updateComponent(GtkComponentPeer.java:344)
   at
gnu.java.awt.peer.gtk.GtkComponentPeer.handleEvent(GtkComponentPeer.java:292)
   at gnu.java.awt.peer.gtk.GtkPanelPeer.handleEvent(GtkPanelPeer.java:64)
   at java.awt.Component.dispatchEventImpl(Component.java:5068)
   at java.awt.Container.dispatchEventImpl(Container.java:1741)
   at java.awt.Component.dispatchEvent(Component.java:2322)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:474)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:95)

The applet work as it should with SUN JDK 1.5.


-- 
           Summary: AWT pulldown selector fail to work for applet
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: awt
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pere at hungry dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27695





reply via email to

[Prev in Thread] Current Thread [Next in Thread]