uhh...emm how do i add components to my program while my program runs? I want to make a label with an image that changes as a variable decreases, but add wont add it>_>
this is outside my constructor so i cant really add it...Code:public void add_straight(){
add(mood_label_straight);
repaint();
}
