fix bug
This commit is contained in:
parent
857158e98f
commit
909545ee9f
Binary file not shown.
|
@ -207,7 +207,8 @@ object ClassUtil {
|
|||
try{
|
||||
iconArrayByte = stop.getIcon()
|
||||
}catch {
|
||||
case ex => println(ex)
|
||||
case ex: ClassNotFoundException => println(ex)
|
||||
case ex: NoSuchMethodError => println(ex)
|
||||
}
|
||||
|
||||
//TODO: add properties for visualization stop
|
||||
|
|
Loading…
Reference in New Issue