[
https://issues.apache.org/jira/browse/NETBEANS-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Lenz closed NETBEANS-2127.
------------------------------------
Resolution: Invalid
> No encuentra la clase (com/sun/awt/AWTUtilities).
> -------------------------------------------------
>
> Key: NETBEANS-2127
> URL: https://issues.apache.org/jira/browse/NETBEANS-2127
> Project: NetBeans
> Issue Type: Bug
> Components: apisupport - Project
> Affects Versions: 10.0
> Environment: Java
> Reporter: Joel Alexander Gatica Cartagena
> Assignee: Joel Alexander Gatica Cartagena
> Priority: Major
> Labels: build
> Fix For: 10.0
>
> Original Estimate: 1m
> Remaining Estimate: 1m
>
> No encuentra la clase (com/sun/awt/AWTUtilities). Por lo tanto, no puede
> correr un hilo.
> Al correr mi proyecto, me despliega el siguiente error:
> Exception in thread "Thread-0" java.lang.NoClassDefFoundError:
> com/sun/awt/AWTUtilities
>
> El código donde encuentra error es este:
> if (progreso.getValue() == i) {
> if (j != 100) {
> AWTUtilities.setWindowOpacity(this, Float.valueOf((100 - j) / 100
> + "f"));
> i++;
> j += 2;
> }
> }
>
> Donde "progreso" en un JProgressBar, las variables "j" e "i" son de tipo
> double.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists