Well what I actually wanted to do is have a List that show all the book that are available, but also, when we add a book , the list should be updated so we wee all the books. Well this is the best I...
Type: Posts; User: hiepa
Well what I actually wanted to do is have a List that show all the book that are available, but also, when we add a book , the list should be updated so we wee all the books. Well this is the best I...
Here is the code of my Jframe:
package gui;
import java.io.IOException;
import javax.swing.ImageIcon;
import javax.swing.JOptionPane;
import javax.swing.JScrollPane;
import...
Hey guys, so my problem is that I created a new Jframe in netbeans, and I added a Jlist and a jButton, the list is supposed to display some books ( I also have a class Book created), so the button I...
No problem, thx anyways!
--- Update ---
Please can you help with this ?
public static void main(String[] args) {
Scanner input=new Scanner(System.in);
Member member1=new...
When i copy your code, I get an error in the line of println("1- etc....)
Well I am running out of time, I have to submit it in 1h so I will just do something... don't get everything is fine and...
Tried it but nothing, I don't understand, everything is fine but there is a problem, It should'nt have a relation with the other classes no ?
package amazonapplication;
import java.util.Scanner;
/**
*
* @author
*/
public class AmazonApplication {
No I removed it but it still does not output anything for 1 etc except for 6
here is the code:
public static void main(String[] args) {
Scanner input=new Scanner(System.in);
...
hello, I have a problem with my code, I wrote a switch condition, and I just wanted to test it for the first case, but when I type 1, there is not output while I put one in my case 1 code. Also when...
Well, in my java project , I need to create using netbeans a program similar to the Amazon website, well I post you the link so you can see all of it, it can help you: (c) CJoint.com, 2012
Well I...
Well submitted the assignement unfinished, I will try to finish it.
I have another question, suppose we have two classes, an Event class and a User class, how can we show the association between...
For the forgotpass() behavior , yout told me before that I should not put scanner or ask the user, so how can he enter the new password he wants to have ?
I tought about this
public void...
Ok, can you help concerning the authenticate and forgotpass methods please ? I have only few hours left to finish and I still have lot to do :/
Yeah but normally when we want to change or password, we are always asked what is our new one etc.., so there should be an interaction with the user no? he is the one who chooses his password after...
Well as their names say they should change the pass fot the changepass() and for authenticate, check weither the password and the username are correct, for the forgotpass(), we have to let the user...
Well I am sorry if you considered it as disrespect, here is the text:
Your attachments should have the following format:
<StudentName>_hwk<Number>.zip or rar
Homework submitted by email will be...
Actually there is an array, that can't be posted as text, the link doesnt work?
Well I am giving the full assignement so that you can better understand the problem
http://cjoint.com/?BJgoTevrNuv
Hey Curmudgeon, so far I made the code for the main class inside AmazonApplication class
1456
But now that i am creating my other classes and trying to implment them, for example, for the class...
Ok I am starting my code now, and If I don't know how to do smthing, I will let you know ok ?
Hi I need to make a program to implement classes for the amazon website with crc cards provided. I have to implement the basic classes for the website(Book, Profile, Member, RecallItem, BookItem,...