Today to introduce you about how to implement Notepad in Java, is a very good case of learning Java Swing, the following first look at the results of the operation (download the address below):
Here we look at the source code:
[java] View Plain
notepad++, also known as NPP, is a small open source software similar to Notepad. It is portable, small in size, small in resource footprint, supports many programming languages, such as C + +, C #, Java and other mainstream programming languages,
Introduced
notepad++ is an alternative Notepad editor for open source code. It runs in the MS Windows environment and supports a variety of programming languages. You can browse http://notepad-plus.sourceforge.net/for more information.
Xdebug is
Qt is a cross-platform, native development framework for all major operating systems, including Linux, Windows, Macs, Symbian, and Maemo. This article describes a simple notepad implemented under Windows with QT programming, which is
notepad++ shortcut key changes to make it more consistent with Emacs user habits, mainly set up with notepad++ with the key conflicts, such as alt+f, this priority is higher than the user-defined shortcut keys, and finally by the way to record macro
Recently in a project, involving a large number of HTML, CSS code writing, manual writing code efficiency is really low. So want to search, there is no notepad++ plug-in can support auto-generated, sure enough. Emmet, this artifact is actually the
After a lot of MFC has understood a lot of features, but the previous project has not been used to the MFC menu function, menu is WIN32 function is very common things, this also must understand. In fact, the establishment of the menu is very simple,
1. Installing the JDKDownload JDK 6 downloadHttp://developers.sun.com.cn/download/java_se.htmlRun Setup, follow the onscreen prompts to complete the installation of JDK 6, following the installation path:E:\Program files\java\jdk1.6.0_02Run the
1 DownloadsI chose the 32-bit version of 2.7.2. InstallationYou can modify the installation path at installation, and note that the last item "Configure environment variables" can be checked (by default) so that you do not have to manually configure
First, the command line startup programTo close a program from the command line:taskkill/f/im program name. exeSecond, open Notepad, calculator1#include 2 3 voidMain () {4System"Notepad");//Open Notepad5System"Pause");6 7System"Calc");//Open
Introduction to JavaMaximum features---cross-platformInstallation of the Java compilation environment http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htmlSelect the JDK download installation for Windows
in http://o racle.com/ , search jdk Download your desired version, personal suggestions download JDK1.7 version is better, because the latest version of the JDK1.8 version is just out, as a beginner, in learning problems may not be convenient to
Install the plugin Python script and Emmet:Recently in a project, involving a large number of HTML, CSS code writing, manual writing code efficiency isLow. So want to search, there is no notepad++ plug-in can support auto-generated, sure enough.
Notepad++ 's Nppexec plugin can invoke many compilers to compile code.Like compiling Java:"$ (Full_current_path)"-cp "$ (current_directory)" "$ (Name_part)"Save As: Run JavaCompiling python:Save As: Run PythonThen there is the automatic switch
Summary:This article is a simple Notepad developed using Python, combined with tkinter.The operating environment of this article: ubuntu,python2.7, using Pycharm for code editing, the individual likes its code auto-completion function.I want to
Although there are many programming software to implement Java programs, very few people will use Notepad to write, but this for beginners, this is a good way to understand how Java operation. and others do not understand, you know is not very
React, from Facebook, is a very good class library for creating user interfaces. The only problem is that React doesn't focus on how your app handles data. Most people treat React as V in mv*. So, Facebook introduces a pattern called Flux that
DemandIn the early days of using salt to debug a server, a lot of experimentation was done, which required a quick edit of the salt state, and the Linux VI was obviously inappropriate, preferably requiring a clear document directory structure.This
Today encountered the same problem resolved hereby recordedIn the face of messy XML or HTML code, how to neatly format it? In addition to formatting in Visual Studio and Dreamweaver, there is an alternative to using the notepad++ plug-in textfx.
Some people prefer to use Notepad ++ as the editor. Here we recommend a python plug-in.
Because it can implement:
1. display the row and column alignment (use show indent guide to differentiate tabs and spaces)
2. Add the # symbol to the line of
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.