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 82000 - XPStyle NullPointerException
Summary: XPStyle NullPointerException
Status: RESOLVED INVALID
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-05 14:06 UTC by robot12412
Modified: 2006-08-07 09:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (18.83 KB, text/plain)
2006-08-05 14:07 UTC, robot12412
Details

Note You need to log in before you can comment on or make changes to this bug.
Description robot12412 2006-08-05 14:06:20 UTC
While displaying the MIDP project properties dialog box, an NullPointerException
occurs.

1. I'm using an XP theme named WinProNX v3.0
(http://www.aejw.com/default.aspx?page=themes), with UXTheme.dll patched.
Exception is thrown only under this theme but not under default XP theme.

2. Exception is thrown only under Mobile project but not the other project types.


Configurations:
- Pentium 4 2.6GHz with 1G RAM and 20GB free HDD space
- Windows XP Professional with Service Pack 2 (Traditional Chinese)
- J2SE Development Kit 5.0 Update 7
- J2ME Wireless Toolkit 2.2
- NetBeans 5.0 (Build 200603142030)
- Mobility Pack 5.0 
- Motorola J2ME SDK v6.1.1
Comment 1 robot12412 2006-08-05 14:07:08 UTC
Created attachment 32574 [details]
log file
Comment 2 Martin Ryzl 2006-08-05 21:14:51 UTC
I'm afraid that every ui with a slider will cause the problem. We'll have to
checkit up however.
Comment 3 Adam Sotona 2006-08-07 09:13:26 UTC
For this case please start NetBeans with arguments:
 -ui javax.swing.plaf.metal.MetalLookAndFeel

And report the problem with JSlider to the owner of the XPStyle.

Thank you.