Skip to content

Commit 7b85ea4

Browse files
braveocheretovychakurtakov
authored andcommitted
Update README.md
1 parent 925a294 commit 7b85ea4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
![SWT Matrix Tests](https://gist.githubusercontent.com/eclipse-releng-bot/78d110a601baa4ef777ccb472f584038/raw/71510599eb84e852f3e135aa7a3ddf33854ca716/badge.svg)
44
[![License](https://img.shields.io/github/license/eclipse-platform/eclipse.platform)](https://github.com/eclipse-platform/eclipse.platform.swt/blob/master/LICENSE)
55

6-
# About
6+
# 🌟 About
77

88
SWT is a cross-platform GUI library for JVM based desktop applications.
99
The best known SWT-based application is [Eclipse](https://www.eclipse.org).
1010

11-
## Getting Started
11+
## 🚀 Getting Started
1212

1313
SWT comes with platform-specific jar files.
1414
Download them from https://download.eclipse.org/eclipse/downloads/index.html and add the jar file to your classpath.
1515

16-
### Example
16+
### 🎨 Example
1717
![Example](example.png)
1818
```java
1919
import org.eclipse.swt.SWT;
@@ -80,7 +80,7 @@ The `while`-loop processes all GUI related events until the shell is disposed wh
8080
Before exiting, any claimed GUI resources needs to be freed.
8181

8282

83-
# Contributing to SWT
83+
# 🤝 Contributing to SWT
8484

8585
Thanks for your interest in this project.
8686

@@ -91,7 +91,7 @@ https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/
9191
"Click to open Eclipse-Installer Auto Launch or drag into your running installer")
9292

9393

94-
## Developer Resources
94+
## 🛠️ Developer Resources
9595

9696
See the following description for how to contribute a feature or a bug fix to SWT.
9797

@@ -105,25 +105,25 @@ Also see in the SWT section of the Eclipse FAQ for more background information a
105105

106106
- <https://github.com/eclipse-platform/eclipse.platform/blob/master/docs/FAQ/The_Official_Eclipse_FAQs.md#standard-widget-toolkit-swt>
107107

108-
## Contributor License Agreement
108+
## ✍️ Contributor License Agreement
109109

110110
Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).
111111

112112
- <http://www.eclipse.org/legal/CLA.php>
113113

114-
## Contact
114+
## Contact
115115

116116
Contact the project developers via the project's "dev" list.
117117

118118
- <https://accounts.eclipse.org/mailing-list/platform-dev>
119119

120-
## Search for Bugs
120+
## 🔍 Search for Bugs
121121

122122
SWT used to track ongoing development and issues in Bugzilla .
123123

124124
- <https://bugs.eclipse.org/bugs/buglist.cgi?product=Platform&component=SWT>
125125

126-
## Create a New Bug
126+
## 📝 Create a New Bug
127127

128128
You can register bugs and feature requests in the GitHub Issue Tracker. Remember that contributions are always welcome!
129129
- [View existing SWT issues](https://github.com/eclipse-platform/eclipse.platform.swt/issues)
@@ -132,7 +132,7 @@ You can register bugs and feature requests in the GitHub Issue Tracker. Remember
132132
Please bear in mind that this project is almost entirely developed by volunteers. If you do not provide the implementation yourself (or pay someone to do it for you), the bug might never get fixed. If it is a serious bug, other people than you might care enough to provide a fix.
133133

134134

135-
# Prototyping on a Single, Cross-Platform SWT Implementation
135+
# 🌐 Prototyping on a Single, Cross-Platform SWT Implementation
136136

137137
There is current work on evaluating the feasibility of achieving a single, OS-agnostic implementation of SWT in order to reduce maintenance efforts, enable better look and feel, and improve configurability.
138138
The work on these prototypes and their documentation can currently be found in a dedicated GitHub organization: https://github.com/swt-initiative31

0 commit comments

Comments
 (0)