Ty for help...
Now i changed
if (tradesymbol==Instrument()){
in
if (tradesymbol.equals(Instrument().toString(){
and i got new errors.
Syntax error, insert ") Statement" to complete BlockStatements
if (tradesymbol.equals(Instrument().toString(){
3. ERROR in C:\Users\Marco\AppData\Local\Temp\jfxide\tmp\EA19.java (at line 211)
Syntax error, insert ")" to complete MethodInvocation
if (tradesymbol.equals(Instrument().toString(){
2. ERROR in C:\Users\Marco\AppData\Local\Temp\jfxide\tmp\EA19.java (at line 211)
Kind regards Marco