Results 1 to 11 of 11
- 05-24-2012, 06:29 PM #1
Member
- Join Date
- May 2012
- Posts
- 23
- Rep Power
- 0
write program like Northwind pubs....
Hi all. I have some diificulty in writing Java programm, as I'm beginner.
I must write programm, which will create a window as:
Select category:
1- ....
2- .....
3-.....
4-......
Then the user click corresponding number (1, 2, 3...), and after that must appear another window with the corresponding subcategories (Like SQL script Northwind examples).
Can anyone help me with examples???/
Thank you so much in advance...
P.S. I work with eclipse.
- 05-24-2012, 06:32 PM #2
Re: write program like Northwind pubs....
And which part of this is giving you trouble? What have you tried? Where are you stuck? Where is your SSCCE?
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 05-24-2012, 06:35 PM #3
Member
- Join Date
- May 2012
- Posts
- 23
- Rep Power
- 0
Re: write program like Northwind pubs....
I just don't know how to start... Please give me instruction.
Thanks for your reply.
- 05-24-2012, 06:42 PM #4
Re: write program like Northwind pubs....
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 05-24-2012, 06:48 PM #5
Member
- Join Date
- May 2012
- Posts
- 23
- Rep Power
- 0
Re: write program like Northwind pubs....
Thanks for your advice.
If it possible, please send a little example.
- 05-24-2012, 06:50 PM #6
Re: write program like Northwind pubs....
That's not how this works, and it's pretty rude to just ask for code like that. We have no idea what your actual context is, so any code we write would be wasting your time and our time.
Try something. Try anything. Start with a hello world program, and go from there. Read the tutorials carefully (this should take weeks or months, not minutes or hours). Write example programs. Ask specific questions when you get stuck.
Good luck.How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 05-24-2012, 06:58 PM #7
Member
- Join Date
- May 2012
- Posts
- 23
- Rep Power
- 0
Re: write program like Northwind pubs....
OK, thanks....
- 05-25-2012, 03:14 PM #8
Re: write program like Northwind pubs....
So, You Need to Write a Program but Don't Know How to Start
Write a little something, then post your code here and tell us what you don't understand. We'll point you in the right direction!
Forum Rules
Guide For New Members
BB Code List - Java Programming Forum
- 05-26-2012, 10:45 AM #9
Member
- Join Date
- May 2012
- Posts
- 23
- Rep Power
- 0
Re: write program like Northwind pubs....
Thanks for your attention !
I just want to know how to create a floating window with categories?
- 05-26-2012, 11:10 AM #10
- 05-28-2012, 07:00 PM #11
Member
- Join Date
- May 2012
- Posts
- 23
- Rep Power
- 0
Re: write program like Northwind pubs....
Hi all !
I'm putting the code:
import java.util.Scanner;
public class Custom {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.print("Select category: \n 1- Salads \n 2-Soups \n 3-Hot Dishes \n 4-Dessert \n 5-Juices");
}
}
The user by pressing corresponding number 1, 2, 3, ... must be download another list. How must I do it?
Thank you in advance !!Last edited by moony; 05-28-2012 at 07:06 PM.
Similar Threads
-
Need a Help to write a program like write a word for the given number
By manideep.d132 in forum New To JavaReplies: 7Last Post: 11-30-2011, 06:58 PM -
Write a program..??
By QSilver in forum New To JavaReplies: 7Last Post: 02-21-2011, 02:20 PM -
trying to write a program for this
By durdanto in forum New To JavaReplies: 5Last Post: 02-15-2011, 01:27 PM -
how can write program for gui
By pothireddy in forum Advanced JavaReplies: 9Last Post: 11-04-2010, 06:17 AM -
Trying to write my own program : /
By jdicerch in forum New To JavaReplies: 50Last Post: 09-26-2010, 01:44 AM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks