zoukankan      html  css  js  c++  java
  • NetBeans IDE 7.1 Window Layout Designer

    http://blogs.oracle.com/geertjan/entry/netbeans_ide_7_1_window

    ——————————————————————————————————————————————————————————————————

    In 7.1, you'll see this in the New File dialog:
     

     I.e., as you can see, there'll be two new file templates. One for creating & registering a new layer file (hurray!), which you'll not be able to create when you create a new module. That's good, because you'll only have a layer file when you actually need it.

    Secondly, you'll see the "Layout of Windows" wizard, which will be very useful when you're creating your own modes. When you step through the wizard, this dialog will appear, where you're able to create new modes:

     

    For example, as you can see below, I have added two new modes ("banner1" and "banner2") and positioned them (using drag and drop) within the frame of the application:
     

    When I close the window that you see above, the wizard recognizes that there are two new modes, as you can see below:

     

     Then, when you click Next above, you can see that two new mode files will be created, and that the layer file will be changed, i.e., those two new mode files will be registered in the layer file when the wizard completes:

     

     And, here you can see what is found in my module when the wizard completes:

     

    Therefore, when I create new windows, I can now choose the new modes I designed above:
     

    That should take some of the pain away when designing the layout of your applications on the NetBeans Platform.
     

  • 相关阅读:
    树的直径 学习笔记
    SDOJ 3742 黑白图
    【SDOJ 3741】 【poj2528】 Mayor's posters
    SDOJ 3740 Graph
    SDOJ 3696 Tree
    SDOJ 1195 Zhenhuan
    又一次受刺激后的发奋
    html_表单form中的input类型大集合
    js_表格的增删改
    JS_拖拽窗口的实现
  • 原文地址:https://www.cnblogs.com/cuizhf/p/2189571.html
Copyright © 2011-2022 走看看