Safej example
From Erights
(Difference between revisions)
m |
|||
| Line 1: | Line 1: | ||
| - | |||
# 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 14: | Line 13: | ||
method(suppress, "getAccessibleContext()")), | method(suppress, "getAccessibleContext()")), | ||
comment("Replaced by JPanel")) | comment("Replaced by JPanel")) | ||
| - | |||
Revision as of 12:55, 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"))

