MCPcopy Index your code
hub / github.com/OpenSourcePhysics/osp / rightFill

Method rightFill

src/test/AssetsTest.java:125–127  ·  view source on GitHub ↗
(String name, int n)

Source from the content-addressed store, hash-verified

123 }
124
125 private String rightFill(String name, int n) {
126 return (name + " ").substring(0, n);
127 }
128
129 class IconPanel extends JPanel {
130

Callers 1

getFileListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected