Menu

Home

Sean

Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses Markdown syntax.

Project Admins:


Discussion

  • Sean

    Sean - 2013-03-04

    How to use the wiki:

    1. Write the Post Number and Date at the start of post
    2. State problems you ran into
    3. State what you upload and did regarding the post
    4. At the end of your post, write "END POST <post#>"</post#>

    Thanks,
    sjpartri

     
  • Sean

    Sean - 2013-03-04

    POST 1
    DATE: MARCH 4, 2013

    State problems:
    Ran into a problem with the JFRAME Builder on Netbeans at school. Will test to see if I can work on my computer and then transfer it over to the school once completed.

    There is a connection problem with my home computer to the school's database will look into this further

    Uploaded:
    Main.java
    Homescreen_JFrame.java and .form
    Profile_Page.java and .form
    logo.png

    Things Completed:
    We now have a login screen the buttons do not work yet. I am going to finish this.

    END POST 1

     
  • esinglet

    esinglet - 2013-03-05

    Post 2; March 5, 2013, 2:42AM

    Problems/TODO: Couldn't make image display using Jlabel. Still need to do actual design. of the panels and actual queries and connections. GUI mostly ready to be implemented though.

    Uploaded a prototype for the GUI.
    Have a way to define different panes and a way to throw different events from those panes to the main controller. Found how to clear the pane, change the information being displayed, and redisplay the pane.

    END POST 2

     

    Last edit: esinglet 2013-03-05
  • esinglet

    esinglet - 2013-03-05

    POST 3: Slightly later then post 2

    Re uploaded GUI.zip (import into eclipse by going file->Import->General->Existing Projects Into Workspace) with a blank pane package. Generic implementation of a Pane with buttons, etc. on it with necessary code to also implement event handling.

    END POST 3

     
  • Sean

    Sean - 2013-03-07

    POST 4: March 7, 2013

    I have now successful been able to create a button that works with a sql query and returns either a pop-window stating that the user has either successful logged in or not.

    Write your queries in seperate constructors and your listeners in a seperate constructors. This makes it easier to find bugs within the code.

    Evan, if you could please get the design template for the profile page for the project for tommorow done that would be great. Make this the priority.

    I have uploaded my main with the login in. In connect, rememeber to put your username and password in the lines:

    String m_username=<username>;
    String m_password=<password for="" oracle="">;</password></username>

    Feel free to test this and manipulate it as need be.

    No problems today :)

    I will finish programming all the buttons and make the login button have a suitable design for Friday.

    END POST 4

     
  • esinglet

    esinglet - 2013-03-09

    POST 5: March 08, 2013

    Some code for the sysdate:

    java.util.Date utilDate = new java.util.Date();
    java.sql.Date sqlDate = new java.sql.Date(utilDate.getTime());
    System.out.println(sqlDate);

    END POST 5

     
  • esinglet

    esinglet - 2013-03-09

    POSt 7 DATE: March 09, 2013

    The last updated one was the one that said 236 or so. Updated TablePanel. Now has delete, post, next, and previous buttons. Also now takes booleans to activate or deactivate the next/previous buttons as wanted. Just leave true, true all the time if you dont want to deal with it. The eventCodes that they throw are listed user the fireTablePanelEvent method in TablePanel.java.

    END POST 7

     

    Last edit: Sean 2013-03-09
  • esinglet

    esinglet - 2013-03-09

    POST UNICORN
    DATE: HAMMERED

    An idea for the ad pane. I can get the row selection. We may need to pass in another parameter consisting of an array of strings containing the aid's of the ads in order. The method for getting the row gives an index between (in our case) 0 and 4 (5 rows in total.) We need a quick and easy way to get the aid of the ad that was selected.

    END POST UNICORN

     

    Last edit: Sean 2013-03-09
  • Sean

    Sean - 2013-03-09

    POST 9
    Date: March 09, 2013

    Uploaded the design document.

    END POST 9

     

Log in to post a comment.