mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-13 08:19:05 +07:00
9 lines
112 B
Java
9 lines
112 B
Java
import javax.swing.*;
|
|
|
|
class Foo{
|
|
{
|
|
JComponent component;
|
|
component.new AccessibleJComponent();
|
|
}
|
|
}
|