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 81935

Summary: making use of new progress Api change in deployment.ui.impl.ProgressUI class
Product: serverplugins Reporter: Milos Kleint <mkleint>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Milos Kleint 2006-08-04 13:45:50 UTC
since today (august 4th 2006) I've added methods to progress APIs (since 1.8) to
externalize the display of progress detail messages and the main label as well.

See progresshandlefactory.createmainLabelComponent() and
createDetaillabelComponent() javadoc on usage.
basically detail labels shows texts sent to ProgressHandle(String) and main
label is the display name of the task.

that allows to simplify your code in progressUI I believe.
Comment 1 Sherold Dev 2006-08-04 14:34:16 UTC
TM -> Dev