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.
     

  • 相关阅读:
    9. MySQL
    python第四课
    python第三课pycharm的使用
    python第二课
    python第一课
    Python3基础-网络编程(8)
    Python3基础-异常处理(7)
    Python3基础-面向对象(6)
    Python3基础-模块和包(5)
    Python3基础-文件处理(4)
  • 原文地址:https://www.cnblogs.com/cuizhf/p/2189571.html
Copyright © 2011-2022 走看看