我有两个班级CreateAppointment
和DailyView
。 DailyView
使用CreateAppointment
来调用ActionListener
。 CreateAppointment
的目的是创建约会,然后取消或确认用户是否已准备好将其添加到DailyView
中的JFrame。我感到困惑的是当我创建约会并单击confirm
按钮时,我希望ActionListener
使用DailyView
窗口中的新约会重新加载JFrame并关闭CreateAppointment
窗口。
我知道我使用dispose()
来关闭CreateAppointment
窗口,但我不确定是否可以在另一个类中重新加载DailyView
窗口。
答案 0 :(得分:0)
尝试
RewriteEngine On
RewriteCond %{REQUEST_METHOD} OPTIONS
RewriteRule ^(.*)$ $l [R=200,L]
如果仍然无效,请在完成上述步骤后尝试
<Input
name="selectedItemQty"
id="selectedItemQty"
/*the V is capitalized is that normal ?*/Value={this.props.selectedEditItem.Quantity}
onBlur={this.handleQuantityBlur}>
</Input>
{this.props.selectedEditItem.Quantity}