Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作成した JTextArea のフォントを変更しようとしていますが、うまくいきません。助けてください。以下はjess(Java Expert System Shell)の私のコードです
(defglobal ?*qfield* = (new JTextArea 5 20)) (?*qfield* setFont (new Font "Arial" (get-member Font.BOLD) 30))
get-member は、クラスの名前とメンバーの名前の 2 つの別個の引数を取ります。それらの間のピリオドを削除する必要があります。