MCPcopy Create free account
hub / github.com/GateNLP/gate-core / OkCancelDialog

Method OkCancelDialog

src/main/java/gate/gui/OkCancelDialog.java:47–50  ·  view source on GitHub ↗
(Frame owner, String title, Component contents)

Source from the content-addressed store, hash-verified

45public class OkCancelDialog extends JDialog {
46
47 protected OkCancelDialog(Frame owner, String title, Component contents){
48 super(owner, title);
49 init(contents);
50 }
51
52 protected OkCancelDialog(Dialog owner, String title, Component contents){
53 super(owner, title);

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
setTitleMethod · 0.80

Tested by

no test coverage detected