Hi guys what I want to do is set a new setSize which I can do but it just appears. Therefore what I want is for the setSize to move over time instead of just flicker and appear.
Any help would be appriciated:
if (e.getSource() == set) {
setSize(1000,1000);
}