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 11933 - Scripting console does not allow to select the language (JDK1.4)
Summary: Scripting console does not allow to select the language (JDK1.4)
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-04 09:32 UTC by David Strupl
Modified: 2011-10-11 14:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Strupl 2001-05-04 09:32:32 UTC
Scripting console does not allow to select the language (JDK1.4) --> NPE when
trying to evaluate or execute from the scripting console.
Comment 1 David Strupl 2001-05-04 09:33:54 UTC
This is for JDK1.4 only. Probably has to do something with PropertyPanel used
in the scripting console.
Comment 2 Jan Chalupa 2001-05-06 14:49:10 UTC
Target milestone -> 3.3
Comment 3 Peter Zavadsky 2001-05-07 10:41:08 UTC
Fixed in [main-trunk].

Didn't examine what's wrong with
org.openide.exploerer.propertysheet.PropertyPanel.

Fix: Replaced by JComboBox (there is no need for functionality of PropertyPanel)
and that works.

Changed sources:
	org.netbeans.scripting.Bundle.properties [1.9]
			       EvaluateNode.java [1.3]
			       EvaluateConsole.java [1.19]
			       EvaluateConsole.form [1.7]

Comment 4 Quality Engineering 2003-07-01 14:28:51 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2003-07-01 14:29:36 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.