Hi everyone how can I remove this sembol ¶ from Java I Hava made a mistake and I don't know the way to repair it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hi everyone how can I remove this sembol ¶ from Java I Hava made a mistake and I don't know the way to repair it

This sembol ¶ shows in every line and I can't remove it I need your help

16th Apr 2020, 2:43 PM
Maha Sahloul
Maha Sahloul - avatar
8 Answers
+ 1
Maha Sahloul Do you use PC or your smartphone? Please share more informations about your device. Does this sign only appear in your code or also in all other text documents?
16th Apr 2020, 4:05 PM
Denise Roßberg
Denise Roßberg - avatar
+ 1
I know this symbol from Microsoft Word. Just for clarification: When you write something in a website using your browser, do you see also this symbol?
16th Apr 2020, 4:17 PM
Denise Roßberg
Denise Roßberg - avatar
0
Hi! Would you be able to share your code, please?
16th Apr 2020, 2:58 PM
Elseif
0
It's too long but I can share a little part of the code  private void initComponents() {¶         jScrollPane2 = new javax.swing.JScrollPane(); ¶         jTable1 = new javax.swing.JTable();¶         jButton1 = new javax.swing.JButton();¶         jButton2 = new javax.swing.JButton();¶         jPanel1 = new javax.swing.JPanel();¶         jLabel1 = new javax.swing.JLabel();¶         jLabel2 = new javax.swing.JLabel();¶         jLabel5 = new javax.swing.JLabel();¶         jLabel4 = new javax.swing.JLabel();¶         jLabel3 = new javax.swing.JLabel();¶         jLabel6 = new javax.swing.JLabel();¶         jLabel7 = new javax.swing.JLabel();¶         jTextFieldDavaAdi = new javax.swing.JTextField();¶         jTextFieldlDavaliAdi = new javax.swing.JTextField();¶         jTextFielddavaciAdi = new javax.swing.JTextField();¶         jTextFieldDavaciSoyadi = new javax.swing.JTextField();¶         jTextFieldDavaliSoyadi = new javax.swing.JTextField();¶         jComboBoxdavadurumu = new javax.swing.JComboBox<>();¶         jScrollPane1 = new javax.swing.JScrollPane();¶         jListDavaAdi = new javax.swing.JList<>();¶         jLabel8 = new javax.swing.JLabel();¶         jScrollPane3 = new javax.swing.JScrollPane();¶
16th Apr 2020, 3:08 PM
Maha Sahloul
Maha Sahloul - avatar
0
I use PC It's appear in all text documents
16th Apr 2020, 4:12 PM
Maha Sahloul
Maha Sahloul - avatar
0
How can I reset my IDE
16th Apr 2020, 6:56 PM
Maha Sahloul
Maha Sahloul - avatar
0
No I don't see this symbol when I write in a wibsite
16th Apr 2020, 6:57 PM
Maha Sahloul
Maha Sahloul - avatar
0
Maha Sahloul Which IDE are you using? Or do you use a text program?
16th Apr 2020, 6:59 PM
Denise Roßberg
Denise Roßberg - avatar