Package pt.treps.listeners

Examples of pt.treps.listeners.TimeReportingTextAreaKeyListener


    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);
View Full Code Here

TOP

Related Classes of pt.treps.listeners.TimeReportingTextAreaKeyListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.