[youtube]Asalaamu Calaykum
walaalaha xiiseyneeya barashada luuqada java (www.isbarjava.com)
fadlan ka faaiideeyso walaalaha kalana u faaiideey
jizaakumulaahu khairan [/youtube]
Learn how to program java afsoomaali
Moderators: Moderators, Junior Moderators
- abuu_dujaana
- SomaliNetizen

- Posts: 349
- Joined: Wed Oct 28, 2009 1:10 pm
- afisoone
- SomaliNet Super

- Posts: 5509
- Joined: Wed Jul 22, 2009 9:46 pm
- Location: We all want to become president even though Amisom controls Mogadishu
Re: Learn how to program java afsoomaali
good job............................
ismaciil hussein. aniga waxaa heeys associate degree of IT.
public static void main(String[]afisoone){
System.out.println("SACIID AFISOONE IS THE BEST MAN OF EVERY SKILLS");
}
THE OUTPUT WILL WORK WALAAHI TRY IN YOUR COMPUTER.
I AM SACIID AFISOONE BROTHER LET US WORK TOGETHER AND MAKE BUSINESS I NEED TO MAKE MONEY TO. I WILL MAKE THE CDS WE SELL IT ONLINE HOW IS THAT. MAKE JAVA I MAKE PHP. USE YOUTUBE BROTHER THAT WILL GET MORE PEOPLE.
ismaciil hussein. aniga waxaa heeys associate degree of IT.
public static void main(String[]afisoone){
System.out.println("SACIID AFISOONE IS THE BEST MAN OF EVERY SKILLS");
}
THE OUTPUT WILL WORK WALAAHI TRY IN YOUR COMPUTER.
I AM SACIID AFISOONE BROTHER LET US WORK TOGETHER AND MAKE BUSINESS I NEED TO MAKE MONEY TO. I WILL MAKE THE CDS WE SELL IT ONLINE HOW IS THAT. MAKE JAVA I MAKE PHP. USE YOUTUBE BROTHER THAT WILL GET MORE PEOPLE.
- abuu_dujaana
- SomaliNetizen

- Posts: 349
- Joined: Wed Oct 28, 2009 1:10 pm
Re: Learn how to program java afsoomaali
walaalaha jecel inay bartaan luuqada java ama c# 2010 halkaan kala soco http://www.bar-ama-baro.com
insha allaah haddii arko website fiican oo wax tar leh waa idin soo post gareeynaa
insha allaah haddii arko website fiican oo wax tar leh waa idin soo post gareeynaa
- Dionysus
- SomaliNetizen

- Posts: 776
- Joined: Fri Mar 20, 2009 4:13 am
- Location: I am incredibly hospitable -- when I am not shooting at you.
Re: Learn how to program java afsoomaali
good effort brother.
- Rightwing
- SomaliNet Super

- Posts: 9248
- Joined: Mon Dec 23, 2002 7:00 pm
- Location: Maqaamka lagu xadreeyo MEDED, MEDED
- Contact:
Re: Learn how to program java afsoomaali
Afisooni
Do you know about Mnemonic?
This is one example for you sxb
import javax.swing.*;
import java.awt.*;
public class MnemonicLabel {
public static void main(String[] args) {
JLabel lastName = new JLabel("Last Name", JLabel.RIGHT);
JLabel middleName = new JLabel("Middle Name", JLabel.RIGHT);
JLabel firstName = new JLabel("First Name", JLabel.RIGHT);
JTextField lastField = new JTextField(10);
JTextField middleField = new JTextField(10);
JTextField firstField = new JTextField(10);
//add displayedMnemonic and labelFor property values
lastName.setDisplayedMnemonic('L');
middleName.setDisplayedMnemonic('M');
firstName.setDisplayedMnemonic('F');
lastName.setLabelFor(lastField);
middleName.setLabelFor(middleField);
firstName.setLabelFor(firstField);
//layout and Display
JPanel p = new JPanel();
p.setLayout(new GridLayout(3,2,5,5));
p.add(lastName);
p.add(lastField);
p.add(middleName);
p.add(middleField);
p.add(firstName);
p.add(firstField);
JFrame f = new JFrame();
f.addWindowFocusListener(null);
f.setContentPane(p);
f.pack();
f.setVisible(true);
}
}
Do you know about Mnemonic?
This is one example for you sxb
import javax.swing.*;
import java.awt.*;
public class MnemonicLabel {
public static void main(String[] args) {
JLabel lastName = new JLabel("Last Name", JLabel.RIGHT);
JLabel middleName = new JLabel("Middle Name", JLabel.RIGHT);
JLabel firstName = new JLabel("First Name", JLabel.RIGHT);
JTextField lastField = new JTextField(10);
JTextField middleField = new JTextField(10);
JTextField firstField = new JTextField(10);
//add displayedMnemonic and labelFor property values
lastName.setDisplayedMnemonic('L');
middleName.setDisplayedMnemonic('M');
firstName.setDisplayedMnemonic('F');
lastName.setLabelFor(lastField);
middleName.setLabelFor(middleField);
firstName.setLabelFor(firstField);
//layout and Display
JPanel p = new JPanel();
p.setLayout(new GridLayout(3,2,5,5));
p.add(lastName);
p.add(lastField);
p.add(middleName);
p.add(middleField);
p.add(firstName);
p.add(firstField);
JFrame f = new JFrame();
f.addWindowFocusListener(null);
f.setContentPane(p);
f.pack();
f.setVisible(true);
}
}
-
- Similar Topics
- Replies
- Views
- Last post
-
- 9 Replies
- 2589 Views
-
Last post by Enlightened~Sista
-
- 0 Replies
- 1084 Views
-
Last post by Rightwing
-
- 0 Replies
- 995 Views
-
Last post by Rightwing
-
- 0 Replies
- 1629 Views
-
Last post by TheLoFather
-
- 4 Replies
- 1077 Views
-
Last post by anzeloti
-
- 3 Replies
- 1278 Views
-
Last post by afisoone
-
- 12 Replies
- 2737 Views
-
Last post by MujahidAishah
-
- 0 Replies
- 621 Views
-
Last post by afisoone
-
- 1 Replies
- 24629 Views
-
Last post by anonymousfaarax
-
- 2 Replies
- 17410 Views
-
Last post by abuu_dujaana