cscenter / TotemGameCSC

practic 2013 in CSC. Totem
GNU General Public License v2.0
0 stars 0 forks source link

Try to shorten long string in paintComponent #2

Closed evlinsky closed 10 years ago

evlinsky commented 11 years ago

f(a.getObj().getArray(), ... )

replace by

String name = a.getObj().getArray(); f(name, ...)