User Profile

Collapse

Profile Sidebar

Collapse
sandyw
sandyw
Last Activity: Mar 10 '08, 05:19 PM
Joined: Mar 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sandyw
    replied to Making a Quiz question?
    in Java
    I though using the CardLayout would be faster to lay out plus each question would be one card. The db is used to track the students score ie results of all the quiz they have taken.
    If this is not the best ideal can you direct me to which would be.
    sandy...
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to Making a Quiz question?
    in Java
    Thanks BigDaddy for the info..
    you rock

    I forgot to also ask can this be applied to the internet.

    Sorry instead of trying to find this info on the internet its much faster to ask the experts on this site.

    thanks...
    See more | Go to post

    Leave a comment:


  • sandyw
    started a topic Making a Quiz question?
    in Java

    Making a Quiz question?

    Can one make a quiz using Card Layout?
    and if so can be connected to a db

    thanks
    sandyw
    See more | Go to post

  • sandyw
    replied to search string using case sensitive
    in PHP
    which tread do you use to solve the problem?
    sandy...
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to General homework help
    in Java
    Like blazedaces said think what you need to do.
    You know that you have to make at least 2 classes Patient and Appointment.
    Each class has several events to do. Break each class in their events.
    How many data type are there and what types are they.
    Chart out your class on paper and what data types you are using.
    How will I store the data. arrays, arraylist....
    How will you calculateAvgPre ssure.
    ...
    See more | Go to post

    Leave a comment:


  • Ashley:
    How did you create your media file?
    and what program are you using for html?

    sandy...
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to arguments don't match datatype of constructor
    in Java
    I think you better read up on swings...
    couple of things you have some of your codes in the wrong order, and you are not using them correctly.
    you also need to add(item),
    setVisible(true )
    Public static void main (String[] argements){
    InventoryGui inventoryGui = new InventoryGui();
    }

    Sandy...
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to New to the forum
    in Java
    I may be new to Java and I might not know what I'm talking about but why do you have all your data types, class in your
    public static void main (String args[])
    Shouldn't be in its own class?
    sandy...
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to arguments don't match datatype of constructor
    in Java
    Not sure but I think you want to add %2f to the
    public PrintStream format(String format, Object... args)

    nomad...
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to Creating a clickable slideshow
    What application are you using, or I should say what applications do you know.
    Flash, Dreamweaver, Fireworks all can make a slide show....
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to Advanced Application
    If your a good java programmer then this might be the way to go. esp with randomly making changes and animald clips. Sounds like a fun project. Let me know how it turns out and how you did it.....
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to Does our quicktime movie play ?
    I don't think you are going to find to many people that are going to download a movie that they have no ideal who you creater is. I would stream it..
    Also its running on ActiveX control which could also be the problem, it might not be load on their machine....
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to Table cell size alignment
    I think you will have to write a PHP code to do that one.
    My be Myqsl can do it. I would post this in PHP...
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to Advanced Application
    I don't think Flash is what you want to use for this project.
    Depends on how big it is.
    Director might be a better choise.

    Can you tell me how long you want the project to be.
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to fla resize help please!
    Sorry about this one.
    Open your flash project goto file to publish setting. There you will see several tabs. Select the tab html or Quicktime there you will see a Dimensions setting click on the down button and select percent or Pixels this will allow you to resize your project.


    The only draw back if you use the htm one is its now a web page, but you can get around that by using an iframe....
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to fla resize help please!
    I don't have flash load on this machine, and I'm going to do by memory.
    Open your flash project goto file to publish setting. There you will see several tabs. Select the tab flash( i think) there you will see several place you can select how to save your file. Select flash (.swf) next hit the advance settings, there you will be able to resize your output.

    sandy.
    I will resent this in the morning, with more details Pacfic...
    See more | Go to post

    Leave a comment:


  • sandyw
    started a topic Scanner input question
    in Java

    Scanner input question

    have an scanner which prompts the user to
    type some data into it.
    for example
    Lets say I have four strings.
    String id
    string name // this includes first and last name
    string address //this includes the full address.
    string price...

    When the first scanner prompts the user they type in
    DW123 and hits return
    the next scanner prompts the user to type i the name
    James...
    See more | Go to post

  • sandyw
    replied to I need a little help here with extends.
    in Java
    They say this is the hard part getting the class right.
    so if I have 3 class
    1. TransferClass.( parent class)
    2. EventClass extends TransferClass.
    3. TicketClass extends EventClass.
    4. BuyerClass extends TicketClass.

    Sorry Jos but what will Transfer class do. Holds the infor from all the class?
    Does
    EventClass hold EventID, Concent, Seat Layout
    TicketClass holds Date, time, price,...
    See more | Go to post

    Leave a comment:


  • sandyw
    replied to I need a little help here with extends.
    in Java
    lass is suppost be class...
    See more | Go to post

    Leave a comment:


  • sandyw
    started a topic I need a little help here with extends.
    in Java

    I need a little help here with extends.

    I need a little help here with extends.

    I have three class
    1. EventsClass
    2. TicketClass I have the extends to EventsClass
    3. BuyerClass. I have the extends to EventsClass

    All three class have Accessors and Mutator Methods.
    When I'm trying to create the Public buyterTracker
    I get an error but it does not tell me what kind of error
    Can someone help me please

    ...
    See more | Go to post
No activity results to display
Show More
Working...