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.
     

  • 相关阅读:
    697-数组的度
    1013-将数组分成和相等的三个部分
    linux命令基础
    Fiddler安卓抓包设置
    HTTPS协议
    HTTP协议
    TCP和UDP的区别
    TCP三次握手以及四次挥手
    OSI七层网络模型,数据传输过程解析
    jmeter常用命令(非GUI模式命令)
  • 原文地址:https://www.cnblogs.com/cuizhf/p/2189571.html
Copyright © 2011-2022 走看看