Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ createTable
Method
createTable
ij/src/main/java/ij/plugin/NewPlugin.java:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
void
createTable() {
105
new
TextWindow(name,
""
, tableWidth, tableHeight);
106
}
107
108
public
void
createPlugin(String name,
int
type, String methods) {
109
ed = (Editor)IJ.runPlugIn(
"ij.plugin.frame.Editor"
,
""
);
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected