Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~7K People Reached

18 Posted Topics

Member Avatar for mohamed moamen

I'm do program that when i press by mouse in any cell in table that print the cell position in a text field but i have a problem that's do nothing need help plz note ( I'm use jfram form and drage in it jtable and jtextfield ) [CODE] public …

Member Avatar for mKorbel
1
149
Member Avatar for mohamed moamen

How i can make my server receive data from certain client and send it to other certain one ? (Note : there is a lot of clients connected with that server) , that's alike private chat between two clients .

Member Avatar for dantinkakkar
0
445
Member Avatar for mohamed moamen

How i can do a server that can be handle a very large number of clients (in same time) between 250,00 to 1,000,000 clients or more ? , Because when large number of clients connect to the normal server that failed.

Member Avatar for mohamed moamen
0
248
Member Avatar for mohamed moamen

I'm send sound between two clients via UDP server Socket , How i can make users not feel the delay of sound ?

Member Avatar for JamesCherrill
0
91
Member Avatar for mohamed moamen

I'm study Compressing and Decompressing Data Using Java APIs from [url]http://java.sun.com/developer/technicalArticles/Programming/compression/[/url] but when i compile this example: [CODE] import java.io.*; import java.util.zip.*; public class UnZip { final int BUFFER = 2048; public static void main (String[] args) { try { String fileName = "your zip file" //but your zip file …

Member Avatar for mohamed moamen
0
335
Member Avatar for mohamed moamen

I'm do program that's can record sound , how i can but this sound in MP3 file ?

Member Avatar for DavidKroukamp
0
68
Member Avatar for mohamed moamen

i'm use Netbeans i create JframForm and add a panel to it ,and create new jpanel and add components to it like buttons & textboxs ,finally I'm add the panel 2 to panel 1 but the components of panel 2 not appear and their is no errors. "how i add …

Member Avatar for mohamed moamen
0
114
Member Avatar for sirlink99

this program print random values from 100 to 0 and not repeats any printing value check that [CODE] public class Main { public static void main(String[] args) { int RandomNumbers =100; ArrayList<Integer> numbers = new ArrayList<Integer>(); int number = (int)(Math.random() * RandomNumbers); numbers.add(number); for (int i = 0; i < …

Member Avatar for sirlink99
0
3K
Member Avatar for mohamed moamen

I want to create a JFrame and add panel to it ,the problem in drawing line in this panel [ICODE] package panel; import java.awt.Graphics; import javax.swing.JFrame; import javax.swing.JPanel; public class Main { public static void main(String[] args) { JFrame window = new JFrame(); window.setSize(200, 200); window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); Graphics g =null ; …

Member Avatar for mohamed moamen
0
1K
Member Avatar for mohamed moamen
0
135
Member Avatar for mohamed moamen
Member Avatar for mohamed moamen
0
142
Member Avatar for mohamed moamen

I'm create a program using java and MySql (jdbc) my problem where I'm start up the program in my customer computer , i must set up MySql program or not

Member Avatar for jwenting
0
144
Member Avatar for mohamed moamen

i use speech synthesis javax.speech.synthesis for the first time my program is simple that's say string "hello world" but that not work and give me that Exception: java.lang.NullPointerException at soundreal.HelloWorld.main(HelloWorld.java:20) and i don't know what that mean help plz [CODE] package soundreal; import javax.speech.*; import javax.speech.synthesis.*; import java.util.Locale; public class …

Member Avatar for stultuske
0
105
Member Avatar for mohamed moamen

I'm download oracle Database 10g from oracle web site , how i can install it On Ubuntu by details plz

0
119
Member Avatar for mohamed moamen

how i can convert my java code I do to a setup program work in other computer with example and please don't tell me use java launcher

Member Avatar for mohamed moamen
0
129
Member Avatar for mohamed moamen

I did a program that connecting to database then show data and user can ( add or remove or update ) data but my problem that program take a little time to be ready how i can know that time and make notification for user to use program now or …

Member Avatar for mohamed moamen
0
444
Member Avatar for mohamed moamen

[CODE] float i = 55 ; float y = 23 ; float u = i / y ; System.out.println(u); [/CODE] i want to print u Round to five decimal places how i can do this approximation ?

Member Avatar for mohamed moamen
0
122
Member Avatar for mohamed moamen
1
83

The End.