private void buttonCustomJSMessageActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_buttonCustomJSMessageActionPerformed
final JFXJavaScriptCallbacksPanel rc = new JFXJavaScriptCallbacksPanel(jfxProps);
final DialogDescriptor dd = new DialogDescriptor(rc,
NbBundle.getMessage(JFXDeploymentPanel.class, "TXT_JSCallbacks"), // NOI18N
true,
DialogDescriptor.OK_CANCEL_OPTION,
DialogDescriptor.OK_OPTION,
null);
if (DialogDisplayer.getDefault().notify(dd) == DialogDescriptor.OK_OPTION) {
jfxProps.setJSCallbacks(rc.getResources());
jfxProps.setJSCallbacksChanged(true);
refreshCustomJSLabel();
}
}
JFXDeploymentPanel.java 文件源码
java
阅读 33
收藏 0
点赞 0
评论 0
项目:incubator-netbeans
作者:
评论列表
文章目录