private void createImage()
{ this.setIconImage(java.awt.Toolkit.getDefaultToolkit().getImage(getClass().getResource("icon_Admission.png")));
}
I have made a small Java application which is basically an admission system and setting icons to JFrame
and task bar but it appears to be too small. How can I resize them the one at top left corner and the highlighted one in task bar equal to left one?