Swing applications

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wayne Rasmussen

    #1

    Swing applications

    A question was asked by someone at work who is going through the swing
    tutorials and updating some of his code from years ago. His code uses
    AWT and the 1.1 event models. If he converts to swing is there a
    replacement for the 1.1 event model?

  • John W. Kennedy

    #2
    Re: Swing applications

    Wayne Rasmussen wrote:
    A question was asked by someone at work who is going through the swing
    tutorials and updating some of his code from years ago. His code uses
    AWT and the 1.1 event models. If he converts to swing is there a
    replacement for the 1.1 event model?
    Not on the whole, though, of course, there are differences between using
    the 1.1 event model with AWT and using it with Swing.

    --
    John W. Kennedy
    "The blind rulers of Logres
    Nourished the land on a fallacy of rational virtue."
    -- Charles Williams. "Taliessin through Logres: Prelude"

    Comment

    Working...