// This function is automatically called at program startup // (Note: The event-handling flow when a button is clicked // starts from the event handler functions at the end of the code.) void main(){ // Build the GUI createComponent(); // Hide the console window hide(); // Set initial values string code = "000000"; setColorByCode(code); }