Launcher.st
changeset 511 1e00846b87e5
parent 505 a7f41006fb0b
child 514 e48fbcbc358d
equal deleted inserted replaced
510:6543e55fb227 511:1e00846b87e5
    81     one view. (you no longer have to move two views around all the time ...).
    81     one view. (you no longer have to move two views around all the time ...).
    82 
    82 
    83     Also, this app makes first use of the new compatibility framework;
    83     Also, this app makes first use of the new compatibility framework;
    84     you will notice, that this is a subclass of ApplicationModel.
    84     you will notice, that this is a subclass of ApplicationModel.
    85     New applications will no longer be built as subclasses of standardSystemView.
    85     New applications will no longer be built as subclasses of standardSystemView.
       
    86 
       
    87     [author:]
       
    88         Claus Gittinger
    86 "
    89 "
    87 ! !
    90 ! !
    88 
    91 
    89 !NewLauncher class methodsFor:'defaults'!
    92 !NewLauncher class methodsFor:'defaults'!
    90 
    93 
  2550 ! !
  2553 ! !
  2551 
  2554 
  2552 !NewLauncher class methodsFor:'documentation'!
  2555 !NewLauncher class methodsFor:'documentation'!
  2553 
  2556 
  2554 version
  2557 version
  2555     ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.116 1996-04-24 12:16:47 cg Exp $'
  2558     ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.117 1996-04-25 16:36:36 cg Exp $'
  2556 ! !
  2559 ! !