This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 36610 - Memory Toolbar is corrupted
Summary: Memory Toolbar is corrupted
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-15 12:24 UTC by dmladek
Modified: 2008-12-22 21:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Picture of Main Window with Memory toolbar (13.97 KB, image/png)
2003-10-15 12:25 UTC, dmladek
Details
Old GarbageCollectAction.java (1.69 KB, text/plain)
2003-12-04 09:52 UTC, martins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmladek 2003-10-15 12:24:42 UTC
Product Version       = NetBeans IDE Dev (Build
200310150100)
  Operating System      = Linux version
2.4.20-18.9 running on i386
  Java; VM; Vendor      = 1.4.2; Java HotSpot(TM)
Client VM 1.4.2-b28; Sun Microsystems Inc.
  Java Home             =
/usr/local/java/j2sdk1.4.2/jre
  System Locale; Encod. = cs_CZ; ISO-8859-2
  Home Dir; Current Dir = /usr/local/home/delphym;
/usr/local/forte/forte3/NBdev-last/netbeans/bin
  IDE Install; User Dir =
/usr/local/home/delphym/NBdev-last;
/usr/local/home/delphym/.netbeans/dev
-------------------------------------------------------------------------------

the garbage button on Memory showing Toolbar
dismissed and is replaced by numerical values.

From my point of view it is corrupted. See
attached snapshot.
Comment 1 dmladek 2003-10-15 12:25:23 UTC
Created attachment 11866 [details]
Picture of Main Window with Memory toolbar
Comment 2 Marian Mirilovic 2003-11-10 14:42:40 UTC
I don't know who is repsonsible for that toolbar, Marek ?
... feel freee to reaasigne ...
Comment 3 spl 2003-12-04 02:04:46 UTC
My memory tool bar draws twice in the tool bar. Once in the correct
color (light blue) and place, and a second time it is drawn in black,
starting where the icon for starting garbage collection would be, and
growing to the right, obstructing the text. The two bars are synched,
they grow and shrink together, but the extra black bar seems longer.
Comment 4 martins 2003-12-04 09:52:14 UTC
Created attachment 12409 [details]
Old GarbageCollectAction.java
Comment 5 martins 2003-12-04 09:53:39 UTC
the MemoryMeterAction is not responsible for that behavior but
GarbageCollectAction.java in openide.actions.

Simply take the old implementation of the Button, attached.
Comment 6 mslama 2004-01-22 13:48:21 UTC
It looks ok now in dev build 200401201900, JDK 1.4.2_02, 1.4.2_03 on
Linux Metal L&F.
Comment 7 dmladek 2004-01-22 16:16:23 UTC
yes, it works now.
But I don't believe in the God he managed it itself begun WORKSFORME :-)

better resolution would be FIX, is it?