Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getTextPane
Method
getTextPane
src/main/java/core/packetproxy/gui/GUIJson.java:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
private
RawTextPane raw_text;
29
private
JsonSyntaxHighlighter jsonHighlighter;
30
@Override
31
public
JTextPane getTextPane() {
32
return
raw_text;
33
}
34
35
private
JComponent panel;
36
private
JScrollPane text_panel;
Callers
1
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected