At a guess, jtextfield is defined as an instance member of the class classB , but you're trying to access it like a class ( static ) member.
確定! 回上一頁