My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
2_1ReleaseNote  
Updated Apr 3, 2012 by bartolom...@gmail.com

Release 2.1

NEW


  • integrated source code of JSR296 1.03
  • integrated source code of JSR295 1.2.1
  • included classes from com.applet.eawt jar
  • Added a SwingComponent interface and SwingComponentBase implementation to allow to split application in several modules

Added useful instance methods

  • SwingApplication.renderFrame
  • SwingApplication.renderDialog
  • SwingComponentBase.renderFrame
  • SwingComponentBase.renderDialog

NEW TAGs


  • <box.glue>
  • <box.hglue>
  • <box.vglue>
  • <box.hstrut>
  • <box.vstrut>
  • <box.rigidarea>
  • <vgapbox>
  • <hgapbox>

CHANGES


  • SwingApplication inherits from org.jdesktop.application.SingleFrameApplication

substitute tags to add binding, action and resource management as described in JSR295,JSR296

  • <label>
    from class JLabel to class org.swixml.jsr.widget.JLabelEx
  • from class JTable to class org.swixml.jsr.widget.JTableEx
  • <textarea>
    from class JTextArea to class org.swixml.jsr.widget.JTextAreaEx
  • <textfield>
    from class JTextField to class org.swixml.jsr.widget.JTextFieldEx
  • <passwordfield>
    from class JPasswordField to class org.swixml.jsr.widget.JPasswordFieldEx
  • <tree>
    from class JTree to class org.swixml.jsr.widget.JTreeEx
  • Deprecated:

    • SwingEngine.setAppFrame()
    • SwingEngine.getAppFrame()

    BUG FIXES