Skip to content
Snippets Groups Projects
Commit 94c47260 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

ISS-1208: change text of empty table

"No content in table" -> "No content in table. Right click to create new one."
parent d6bfaf12
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import javafx.scene.control.Alert.AlertType;
import javafx.scene.control.ButtonType;
import javafx.scene.control.Label;
import javafx.scene.control.TableCell;
import javafx.scene.control.TableColumn;
import javafx.scene.control.TableView;
......@@ -100,6 +101,7 @@ public class BenchmarkSPIMControl extends BorderPane implements
public BenchmarkSPIMControl(BenchmarkJobManager manager) {
this.manager = manager;
JavaFXRoutines.initRootAndController("BenchmarkSPIM.fxml", this);
jobs.setPlaceholder(new Label("No content in table. Right click to create new one."));
}
@Override
......
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