Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~4K People Reached
About Me

Beginner programmer and gamer

Interests
Gaming and Coding (java,c#)
Favorite Tags
Member Avatar for DawnofanewEra

Is there any simple way to create a txt file with its name come from the user input. Also the file will be stored in a specific location such as C:\Users for example. Here is what I do but doesn't work. import java.io.File; import java.util.Scanner; public class cITF implements ICommand{ …

Member Avatar for JamesCherrill
0
550
Member Avatar for Ismail_3

hi all, i need lil help to do this program Students number = 10 Students name= Ahmed, Ismail, Mohammed, Esra, Ali, Omar, Abulla, Khalid, Talal, Sara Develop a program in Java to accept the number of students in a section for a subject and for each student accept the Student …

Member Avatar for Ismail_3
-1
174
Member Avatar for Dziri_1

//I want to start a thread that set postion of a la lable here is part of the code t = new Thread(bar); t.Start(); public void bar() { while (true) { label2.Location = new Point(this.label2.Location.X + 10, this.label2.Location.Y); Thread.Sleep(1000); if (this.label2.Location.X > this.Width) { label2.Location = new Point(200-this.label2.Width + 10, …

Member Avatar for Naravia
0
211
Member Avatar for CMSHelper

Hi I have windows xp. I like to block some bad sites on my pc. How can I do that? Can anyone help me out to block websites on my PC. Thanks

Member Avatar for SynThiicQ
0
230
Member Avatar for Wosh

I have the following list of Integers (0,1,2,3) Now I want to write a method which returns specific number of pairs from the list. So if I give it 5 as argument I will expect it to return the following: (0,1),(1,2),(2,3),(3,0),(0,1) So basically when it reaches the end element and …

Member Avatar for SynThiicQ
0
219
Member Avatar for Ajay_9

Hi,I want auto rotate pictures clockwise using picture box in c# win-form on form load using timer plllz help me I have 4 images. Thank you.

Member Avatar for SynThiicQ
0
141
Member Avatar for ZaneDarklace

Hello. I am working on this project and it asks me to make two columns of words that are ascending in one column and descending in the other. This is the Project: Call both your project and class AscendDescend. The first column should be in ascending order and the second …

Member Avatar for C-Money
0
235
Member Avatar for narlapavan

I am having two controllers. one is LoginScreenController.java and other is HomeScreenController.java. in loginscreencontroller, i am having button when clicked on that buton it will open homescreen controller. In HomeScreenController i am having TextField and a Ok button.I will fill some data in TextField and click on Ok Button. Here …

Member Avatar for SynThiicQ
0
833
Member Avatar for pekemp23

We just need the save button to save to a sql database. This is done other than that. it is saying, "Error: No suitable driver found for jdbc:derby:charityDB;create=true" import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; // Event listener import java.text.NumberFormat; import javax.swing.*; // GUI building import java.io.*; import java.sql.*; // JDSB …

Member Avatar for jwenting
0
343
Member Avatar for firepower

please someone tell me how to change the size of the button.the code: JButton button1 = new JButton(); JButton button1 = new JButton(); public Mainmenu() { setLayout(new FlowLayout(100,278,158)); Icon button2= new ImageIcon(getClass().getResource("button1.jpg")); button2=new JButton(button2); add(button); Icon button2= new ImageIcon(getClass().getResource("button2.jpg")); button2=new JButton(button2); add(button2); HandlerC hand = new HandlerC(); button1.addActionListener(hand); button2.addActionListener(hand); } …

Member Avatar for JamesCherrill
0
258
Member Avatar for asaidi

Hi i m new in java i want to create one to many objects it depends of the user how many objects he wants to create for a test the user can put a name and age then these entries will be saved to a hasmap then to a file …

Member Avatar for SynThiicQ
0
223
Member Avatar for SynThiicQ

While installing my iphone 4s I encountered a problem. I bought it today ... 1. I can't sign into my apple id on IMESSAGE TAB/SCREEN 2. I can't send SMS but I can receive them also I can call other mobile numbers (WIFI and 3G works for me so I …

0
281