*/
private void changeDisplay() {
control.fontSizeField.setText("" + textFactory.font().getSize());
control.cellWidthField.setText("" + textFactory.width());
control.cellHeightField.setText("" + textFactory.height());
foreground = new SColor(control.foreColorPanel.getBackground());
background = new SColor(control.backColorPanel.getBackground());
String text = control.inputTextArea.getText();
if (text.length() > 0) {
int position = 0;
for (int y = 0; y < display.gridHeight(); y++) {
for (int x = 0; x < display.gridWidth(); x++) {