this.timeReportTA.setFont(this.timeReportTA.getFont().deriveFont(15f));
this.timeReportTA.setLineWrap(true);
this.timeReportTA.setSyntaxEditingStyle(SyntaxConstants.SYNTAX_STYLE_UNIX_SHELL);
this.timeReportTA.getSyntaxScheme().restoreDefaults();
this.timeReportTA.setTextAntiAliasHint(RenderingHints.VALUE_TEXT_ANTIALIAS_LCD_HRGB.toString());
this.timeReportTA.addKeyListener(new TimeReportingTextAreaKeyListener(this));
this.timeReportTA.getPopupMenu().setMinimumSize(new Dimension(250, this.timeReportTA.getPopupMenu().getHeight()));
this.whatWUDPanel = new WhatWereUDoingPanel();
this.whatWUDPanel.setAlpha(0.7f);
this.whatWUDPanel.setBounds(1, 1, 631, 105);