You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Antonio Vieiro (JIRA)" <ji...@apache.org> on 2017/11/25 21:39:00 UTC

[jira] [Comment Edited] (NETBEANS-18) Refactoring the startpage of the NetBeans IDE

    [ https://issues.apache.org/jira/browse/NETBEANS-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16265854#comment-16265854 ] 

Antonio Vieiro edited comment on NETBEANS-18 at 11/25/17 9:38 PM:
------------------------------------------------------------------

The problem with that approach is that "WebView" is not a component of Java, and is not available everywhere.
Swing, on the other hand, is, but its "WebView" equivalent is quite poor.



was (Author: vieiro):
The problem with that approach is that "WebView" is not a component of Java, and is not available everywhere.
Swing, on the other hand, is.


> Refactoring the startpage of the NetBeans IDE
> ---------------------------------------------
>
>                 Key: NETBEANS-18
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-18
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: ide - Welcome
>    Affects Versions: Next
>            Reporter: Christian Lenz
>              Labels: Java9-IDE
>         Attachments: vs-startpage.gif, vscode-startpage.png
>
>
> As I compared the welcome screen of NetBeans to Visual Studio and Visual Studio Code, it would be great to refactor it to a bit modern look and feel. I will definitely do it, but I dive into the code and as I saw it right, everything is java. So for me as a FrontEnd-developer it is a must have to create such page in plain HTML. It will be more fun, flexible and better with HTML, JS and CSS. So we can do it with dukescript for example to talk with java and vice versa to interact with the projects for example.
> So we have two options. The first one is to refactor the existing page to remove everything what is not needed for the FrontEnd stuff and I can dive into and make a HTML version of it (if it is not exist, because I can't it) or, what could be better, I can create a new module with DukeScript and create a new page with interactions to the Java backend, and we can replace the existing one, with the new one.
> I added the welcome screen
> Regards
> Chris



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)