Durante a minha vida inteira, eu nunca soube o que é ter silêncio na minha cabeça até tomar um medicamento para TDAH. Eu não fazia ideia de como é ter a mente silenciosa, sem mil pensamentos desorganizados e acelerados atravessando a mil a sua mente 24 horas por dia. Você que tem a mente silenciosa, valorize. Kkkkk

anônimo
23/01/2022 18h25
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Collections;
using System.Text;
using System.IO;
using System.Windows.Forms;
using ICSharpCode.TextEditor;
using System.Xml;
using System.Diagnostics;
using System.Drawing.Drawing2D;
using ICSharpCode.TextEditor.Document;
namespace
Silver_J{
public partial class MainForm : Form
{
public MainForm()
{
InitializeComponent();
}
///
/// packagelist - Global variable to hold 'PackageFolderName' read from projct file
/// openfileslist - Global variable to hold file names for File->Open Files menu option
/// process - Global variable to start Browser with html file(View->View In Web Browser)
/// Start the process for Compile main java class file
/// Start the process for Run,Run Applet,Run with Parameter options
/// ErrorReader - Global variable to read the output from started process
/// showErrorDialog - Variable to identify whether to show error dialog when
/// compile,run process output is read
///
public List packagelist = new List { };
public List openfileslist = new List { };
public Process process = new Process();
public string javaPath;
public StreamReader ErrorReader;
public StreamReader OutputReader;
public static Boolean showErrorDialog = true;
//**************************************************************************************************************
// Read Current Project File Name
//**************************************************************************************************************
///
/// Reads a 'CurrentProjectFileName' tag from file \files\defaultprojloc.slvjfile
/// </summar