Search:

Type: Posts; User: mariosarmy

Page 1 of 2 1 2

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    2,638

    Re: I have an issue with IReport and NetBeans

    SOLVED, report query was like "Select customers.id AS customer_id, . . ." and the query in NetBeans project was "Select * FROM customers".
    THANKS mate for the help!!!:cool:
  2. Replies
    4
    Views
    2,638

    Re: I have an issue with IReport and NetBeans

    I have already checked the db name and column names.When i finished the report design i saw it in preview and it was working fine and also exported a pdf with the data stored in database.


    ...
  3. Replies
    4
    Views
    2,638

    I have an issue with IReport and NetBeans

    Hello,
    I have created a report using Jasper Report Designer BUT when i import it in my project i have an error "JRException unkown column name", i have checked the connection with the database and...
  4. Replies
    7
    Views
    2,704

    Re: Effective java book is very advanced.

    The book Head First Design Patterns will be useful for software development?
  5. Replies
    7
    Views
    2,704

    Re: Effective java book is very advanced.

    I am unemployed because of the lack of skills thats why i try to become better.Anyway i am planning to buy design patterns books, it will help me to enhance my skills in software development or i...
  6. Replies
    7
    Views
    2,704

    Re: Effective java book is very advanced.

    Yes, i did all the examples and the exercises too.Also i did many examples that are not included in the book just to realize how it works.Also i figure out that the book does not explain in detail...
  7. Replies
    7
    Views
    2,704

    Effective java book is very advanced.

    I have bought the Effective Java book to enhance my java skills but i find it hard to follow it and the examples seem incomplete.I have already read Head First Java which was animated and very...
  8. Replies
    1
    Views
    923

    Builder pattern

    I am currently reading the book effective java and there is section where a class has a private constructor and an inner class assigns parameters to the outer class.WHY to do that and when i try to...
  9. Replies
    18
    Views
    1,461

    Re: I have a problem with slider in java swing

    WOW Thanks so much , i was very close.How i will become so good as you? You read many books , hours of programming or it's a secret ;))
    How i will give you a thumps up for the help?
    :cool:
  10. Replies
    18
    Views
    1,461

    Re: I have a problem with slider in java swing

    My task is very simple.Look Equivalent Fractions.I want to do that using java language.When i drag the slider to paint rows(or columns) in the white box.
    First, i am not sure if my though is correct...
  11. Replies
    18
    Views
    1,461

    Re: I have a problem with slider in java swing

    I divide the size of jpanel with the slider value, so if the user selects 2(counter) then stepping=400/counter and then with a for loop i want to draw lines each time +stepping

    paint component(){...
  12. Replies
    18
    Views
    1,461

    Re: I have a problem with slider in java swing

    I have created a jframe, jpanel and jslider then i have add change listener on jslider so on change i save the value in variable and i have a for loop to draw n lines in jpanel.I have created a...
  13. Replies
    18
    Views
    1,461

    Re: I have a problem with slider in java swing

    I have read the lessons but my problem remains can anyone help me with my code?My purpose is to divide a jpanel when i slide the slider.For example when i slide to 2 then divide the jpanel with a...
  14. Replies
    18
    Views
    1,461

    Re: I have a problem with slider in java swing

    Yes that i want to do! Can you suggest me links that can help me with that?



    MyDrawPanel panel;
    JFrame frame;
    int x = 0;
    int counter = 0;
    int stepping = 0;
    JSlider...
  15. Replies
    18
    Views
    1,461

    Re: I have a problem with slider in java swing

    I want to divide equally a jpanel by creating random sub panel with the slider value. something like this Equivalent Fractions



    public class DividePanel {

    JPanel PanelBoxes;

    ...
  16. Replies
    18
    Views
    1,461

    Re: I have a problem with slider in java swing

    Can you explain me please how to do it with the right way? :)
    I noticed that when i tried to resize the jframe the components appeared.
  17. Replies
    18
    Views
    1,461

    I have a problem with slider in java swing

    Hello,
    I have a problem with slider which i want to create jlabels in a panel by sliding the slider and get the value but the jlabel doesn't show in jpanel.below is the code :


    JPanel...
  18. Replies
    1
    Views
    1,054

    read integers not text

    my code is below and i want to read only integers.BUT the text file is starting with text and it stops executing without reading the numbers.
    Also i want to add the 3 parameters of each line....
  19. Replies
    4
    Views
    1,530

    Re: action listeners on java

    private void Customers_TableMouseClicked(java.awt.event.MouseEvent evt) {

    carsModelcmb.setSelectedIndex(0); //set selected...
  20. Replies
    4
    Views
    1,530

    action listeners on java

    I want to set a jcombobox selected index to -1 when i click to enter text in a jtextfield.But when i set that line of code in jtextfield action performed then triggers the action performed of the...
  21. Re: How much to charge for a customized software application

    Ok mate, lets leave the payment at side i will handle it.Can you suggest me a book or an online tutorial or something else to become better?
    I have already the Head First Java 2nd edition and i am...
  22. Re: How much to charge for a customized software application

    Ok,i wonder if you can guide me to develop a worthy for money application.If there is a link with open source large scale projects.
    :)

    --- Update ---

    I can do more,he asked me develop a simple...
  23. Re: How much to charge for a customized software application

    26072608
    Thanks guys for the advice.I have uploaded images to judge better(i think).
    :rolleyes:
  24. Re: How much to charge for a customized software application

    Where are you from?So in your country that kind of programs cost no more than 50 euros and also if you can to describe me a program that worths the money i have mentioned above.
    :-B
  25. Re: How much to charge for a customized software application

    Thanks for the advice.I will give it to him, test it and if he thinks it worths the money then i will ask for a payment(not much).You mentioned employment, in my country the situation is very bad.The...
Results 1 to 25 of 36
Page 1 of 2 1 2