根据JTextArea中的文本设置JTextField Size

时间:2018-04-22 21:17:13

标签: java swing jtextfield jtextarea

在我的程序中,我必须在class Employee < ApplicationRecord has_and_belongs_to_many :tasks end 按下时动态@task = Task.create(start_date:Time.zone.now, duration:2) @employee.tasks << @task 。我必须根据JTextField中的文字设置JButton大小。 无论何时我在JTextField中输入任何消息并按下JTextArea,它都会在JTextArea内显示该消息。 JButton大小根据我要在JTextField中显示的文字而定。 这是我的代码

JTextField

0 个答案:

没有答案