Safej example

From Erights

(Difference between revisions)
Jump to: navigation, search
m
 
Line 1: Line 1:
 +
<pre>
# Copyright 2002 Combex, Inc. under the terms of the MIT X license
# Copyright 2002 Combex, Inc. under the terms of the MIT X license
# found at http://www.opensource.org/licenses/mit-license.html ................
# found at http://www.opensource.org/licenses/mit-license.html ................
Line 13: Line 14:
               method(suppress, "getAccessibleContext()")),
               method(suppress, "getAccessibleContext()")),
       comment("Replaced by JPanel"))
       comment("Replaced by JPanel"))
 +
</pre>

Latest revision as of 16:10, 29 November 2006

# Copyright 2002 Combex, Inc. under the terms of the MIT X license
# found at http://www.opensource.org/licenses/mit-license.html ................

class("java.awt.Canvas",
      statics(method(suppress, "run()"),
              method(suppress, "run(GraphicsConfiguration)")),
      methods(method(suppress, "addNotify()"),
              method(suppress, "paint(Graphics)"),
              method(suppress, "update(Graphics)"),
              method(suppress, "createBufferStrategy(int)"),
              method(suppress, "createBufferStrategy(int, BufferCapabilities)"),
              method(suppress, "getBufferStrategy()"),
              method(suppress, "getAccessibleContext()")),
      comment("Replaced by JPanel"))
Personal tools
more tools