mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 01:11:31 +07:00
more previews GitOrigin-RevId: 2b11574f5a36a96077ecaaf797f450d164bc967a
9 lines
147 B
Java
9 lines
147 B
Java
class Button { }
|
|
|
|
class AnimatedButton extends Button { }
|
|
|
|
class UI {
|
|
public static void main(String[] args) {
|
|
Button b = new Button();
|
|
}
|
|
} |