Skip to content
Snippets Groups Projects
Commit 414f1277 authored by Puissegur Alexis's avatar Puissegur Alexis
Browse files

fxml

parent 90061af0
No related branches found
No related tags found
No related merge requests found
......@@ -165,8 +165,8 @@ public class FXMLVueController implements Initializable, Observer {
@Override
public void update(Observable obs) {
if(obs instanceof BluetoothThread){
Logger.getLogger(FXMLVueController.class.getName()).log(Level.FINE,"update",(BluetoothThread obs).getBuffer());
System.out.println(((BluetoothThread) obs).getBuffer());
BluetoothThread t = (BluetoothThread) obs;
Logger.getLogger(FXMLVueController.class.getName()).log(Level.FINE,"update",t.getBuffer());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment