Search:

Type: Posts; User: alphasil

Search: Search took 0.09 seconds.

  1. Thread: AlertDiialog

    by alphasil
    Replies
    1
    Views
    908

    AlertDiialog

    Hi

    Can someone explain me why the second if in this code never is executed.



    @SuppressWarnings("deprecation")
    public void showAnulacao(View v) {
    String result = "Os dias anulados...
  2. Replies
    2
    Views
    1,407

    [SOLVED] Re: Problem with DAL and BLL classes

    OK Kevin

    I won't do it again.

    regards
  3. Replies
    2
    Views
    1,407

    [SOLVED] Problem with DAL and BLL classes

    Hi

    i have 3 classes ( users, userDAL and UsersBLL)

    Everytime i trying to add record to my db i have null in all fields

    This is my UsersDAL method

    Java Code:
  4. Replies
    6
    Views
    1,535

    Re: Layout components...help please

    Hi

    Thanks....again

    The image is here:
    http://img864.imageshack.us/img864/5808/novaimagemx.png

    regards
  5. Replies
    6
    Views
    1,535

    Re: Layout components...help please

    Hi

    Thanks for your reply.
    No there is no error, just the way they are aligning.
    I choosed GridLayout(1,2) to put 2 components (Label, Textfield) for example each row and one to old all of them....
  6. Replies
    6
    Views
    1,535

    Layout components...help please

    Hi

    I having a problem with thsi code:



    import java.awt.BorderLayout;
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
Results 1 to 6 of 6