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 - GWT support (UI designer needed)
Summary: GWT support (UI designer needed)
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-29 12:39 UTC by Tim Lebedkov
Modified: 2013-09-02 14:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.