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 201826 - Rid of Swing Layout Extensions library
Summary: Rid of Swing Layout Extensions library
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: PL SQL (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-08 14:19 UTC by Jiri Rechtacek
Modified: 2013-01-14 09:46 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 Jiri Rechtacek 2011-09-08 14:19:01 UTC
Since recent IDE releases are built/run of JDK1.6 or newer, it's useless depends on org.jdesktop.layout, it's better depending of standard JDK implementation.
Comment 1 matthias42 2013-01-14 09:46:39 UTC
Should already been fixed:

matthias@prometheus:~/NetBeansProjects/core-main$ grep -r "org.jdesktop.layout" * |  grep -v "^contrib" | awk -F "[/ ]" '{print $1}' | sort -u
apisupport.ant
apisupport.osgidemo
apisupport.restsample
autoupdate.services
bugtracking
bugzilla
cordova
cordova.platforms.android
cordova.platforms.ios
core.startup
css.visual
editor
editor.bracesmatching
form
form.nb
groovy.samples
html.editor
ide.ergonomics
ide.kit
j2me.cdc.project
java.editor
java.examples
java.project
java.source
jellytools.ide
jellytools.java
jellytools.platform
jira
libs.aguiswinglayout
libs.ppawtlayout
lib.uihandler
nbbuild
o.jdesktop.layout
o.n.core
options.editor
performance
uihandler
web.livehtml
websvc.wsitconf

=> No DB module is listed