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 154139

Summary: GWT support (UI designer needed)
Product: java Reporter: Tim Lebedkov <lebedkov>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tim Lebedkov 2008-11-29 12:39:09 UTC
for native JavaScript-methods

e.g.:

public static native Date startOfTheWeek(Date d) /*{
        var X = new Date();
        return X;
    }*/;
Comment 1 edumac 2009-08-13 00:06:12 UTC
Visual GWT designer is needed in NB. 
A great movement could be ExtGWT native support.