g.setFont(new Font("Arial", Font.BOLD, 15));
g.setColor(Color.WHITE);
g.drawString(fps + "fps", 20, 40);
g.dispose();
bs.show();
}
public static void main(String[] args) {
BufferedImage cursor = new BufferedImage(16, 16, BufferedImage.TYPE_INT_ARGB);