Skip to content

Commit f25177e

Browse files
Merge pull request #47 from SolarisStudio/Sibusiso
LGTM
2 parents 08d6209 + 118a817 commit f25177e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/editor/panels/AboutPanel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ private void initComponents() {
3838
jLabel1.setName(""); // NOI18N
3939

4040
jLabel4.setFont(new java.awt.Font("sansserif", 1, 13)); // NOI18N
41-
jLabel4.setText("Brought to you by Glimmir developers");
41+
jLabel4.setText("Brought to you by Solaris Studio developers");
4242

4343
jTextPane1.setEditable(false);
4444
jTextPane1.setBackground(new java.awt.Color(255, 255, 255));
45-
jTextPane1.setText("\ndrawString(\"\n+--------------------------------------------+\n | ▄▖▘ ▌ |\n | ▙▌▌▛▘▀▌▛▘▛▘▛▌▛▘▛▌▛▌█▌ |\n | ▌ ▌▙▖█▌▄▌▄▌▙▌▙▖▙▌▙▌▙▖ |\n | Creativity + Logic + Math |\n+---------------------------------------------+\n\", 0, 0)\n\nBrought to you by glimmr developers\n\nLead developer: Gama Sibusiso Vincent\nAI and Plugin intergration: TODO\nDocumenentation: TODO\n\nCreated 100% in java using java swing, antlr4 and flatlaf. \nIcons pack dowloaded from icons8");
45+
jTextPane1.setText("\nPen::drawText(\"\n+--------------------------------------------+\n | ▄▖▘ ▌ |\n | ▙▌▌▛▘▀▌▛▘▛▘▛▌▛▘▛▌▛▌█▌ |\n | ▌ ▌▙▖█▌▄▌▄▌▙▌▙▖▙▌▙▌▙▖ |\n | Creativity + Logic + Math |\n+---------------------------------------------+\n\", 0, 0)\n\nBrought to you by glimmr developers\n\nLead developer: Gama Sibusiso Vincent\nAI and Plugin intergration: TODO\nDocumenentation: TODO\n\nCreated 100% in java using java swing, antlr4 and flatlaf. \nIcons pack dowloaded from icons8");
4646
jTextPane1.setCursor(new java.awt.Cursor(java.awt.Cursor.TEXT_CURSOR));
4747
jScrollPane1.setViewportView(jTextPane1);
4848

0 commit comments

Comments
 (0)