A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_sessionu8j1imee3nb1lvos4d1ii9lh046ogrbg): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Text Editor using Java awt and Java Swing | aasthav10
Coders Packet

Text Editor using Java awt and Java Swing

By Aastha Verma

This is a small project that creates a Text Editor using Java awt and Java Swing. It can be easily run on any Java compiler

If you're looking to learn Java Swing and AWT, this project is a great resource.

AWT, or Abstract Window Toolkit, is an API for creating GUI or Windows-based Java programs. One thing to note is that AWT components are platform-dependent, meaning they're shown by the operating system's view. Because AWT is resource-intensive, its components use resources from the underlying OS.

You can find classes for the AWT API in the Java AWT package, including TextField, Label, TextArea, RadioButton, CheckBox, Choice, List, and more. Java Swing, a component of the Java Foundation Classes (JFC), is used to develop window-based applications.

It's built-in Java and based on the AWT API. Java Swing offers platform-independent and lightweight components.

 

Text Editor Output Window

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Aastha Verma (aasthav10)

Download packets of source code on Coders Packet