Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ XJTextPane
Method
XJTextPane
src/main/java/gate/swing/XJTextPane.java:34–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
public
class
XJTextPane extends JTextPane {
33
34
public
XJTextPane() {
35
super();
36
initListeners();
37
updateStyle();
38
}
39
40
public
XJTextPane(StyledDocument doc) {
41
super(doc);
Callers
nothing calls this directly
Calls
2
initListeners
Method · 0.95
updateStyle
Method · 0.95
Tested by
no test coverage detected