java jbuttons Programming Software Development by faithingod1970 …); temp = 10.99 * 1.05; compactdisc[4] = new CDNames( "Vanhalen", 10.99, 40, 12349,temp); cdname = compactdisc[0].getCDName… Re: Help Programming Software Development by ScottShip … MusicCd[9]; arrayList[0] = new MusicCd("DavidLeeRoth" ,"VanHalen", 1, 100, 20.55); arrayList[1] = new MusicCd("… Re: java jbuttons Programming Software Development by JamesCherrill JFrames are invisible until you explicitly make them visible. You have 2 constructors. If you call the first it adds labels but not buttons. If you call the second it adds buttons but not labels. You can't call both constructors for the same instance.