@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Popup
@Popup(pos=TOP_LEFT, width=320, height=240, accelerator='J')
,@Popup(pos=BOTTOM, width=640, height=100, accelerator=KeyEvent.VK_F7)
Modifier and Type | Optional Element and Description |
---|---|
int |
accelerator
If set to a positive value, the combination CTRL+
|
int |
height
The desired popup window height
|
java.lang.String |
icon |
java.lang.String |
name |
Popup.POSITION |
pos
Where to locate the popup dialog
|
int |
width
The desired popup window width
|
public abstract Popup.POSITION pos
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.