//Math.PI/2 下箭头
//4.7 上箭头
var btn:JButton = new JButton("", new ArrowIcon(
Math.PI/2, 8,
new ASColor(0x444444),
new ASColor(0x000000)
));
btn.setFocusable(false);
btn.setPreferredSize(new IntDimension(16, 16));
//Math.PI/2 下箭头
//4.7 上箭头
var btn:JButton = new JButton("", new ArrowIcon(
Math.PI/2, 8,
new ASColor(0x444444),
new ASColor(0x000000)
));
btn.setFocusable(false);
btn.setPreferredSize(new IntDimension(16, 16));