Search:

Type: Posts; User: viper_pranish

Page 1 of 2 1 2

Search: Search took 0.10 seconds.

  1. Loading an image in ImageView through code javafx

    I have built my application using scenebuilder for javafx. I have a form where a person has to upload an image. I used this code



    public void photoChooser(ActionEvent evt)
    {
    ...
  2. Re: Which is better JSP or PHP for webprogramming

    Actually I feel bored typing html codes and I love java. But nowadays, people are moving towards web applications and cloud computing rather than desktop applications and I think those web...
  3. Re: Is it necessary to know the stages of software development process for programming

    I want to be a good programmer but if I only know how to program, I will always be employed as a person who is given job and pressure to complete the job. Can a programmer later be a project manager...
  4. Re: Is it necessary to know the stages of software development process for programming

    sorry that I made the same post two times.
    Actually I want to learn many things. But the most important thing is I can't manage time for that and I think I don't have that much tallent to know...
  5. Is it necessary to know the stages of software development process for programming

    I am a Bachelor level student and I have to learn many subjects like Analysis Design n Implementation, Information system analysis, Agile development, database, etc. And I have also learnt java in my...
  6. Is it necessary to know the stages of software development process for programming

    I am a Bachelor level student and I have to learn many subjects like Analysis Design n Implementation, Information system analysis, Agile development, database, etc. And I have also learnt java in my...
  7. Re: Which is better JSP or PHP for webprogramming

    Well actually I am a learner and I have no idea on developing a professional web pages. I just want to learn the thing which will be benificial and will be demanding.
  8. Replies
    17
    Views
    15,777

    Re: Netbeans vs Eclipse

    I think eclipse is better than net beans. Java GUI is more easier to understand than net beans
  9. Which is better JSP or PHP for webprogramming

    Well this is my problem. I know core java and my teachers suggested me to learn JSP and servlets which is for sure for web programming. But now, PHP is more used for webprogramming than java. So is...
  10. Replies
    4
    Views
    2,010

    Re: Difference between ++i and i++

    Like if u do a=++i then first i will save its value to a then only add 1 to itself. whereas a=i++ means first i adds 1 to itself then only save the value to a.
  11. Topics to learn for different types of java applications

    I have learnt the basics and some advance topics in java in my first semester. Now I want to broaden my knowledge in java. But I am confused what topics to learn for what kind of java applications...
  12. topics needed to learn to develop applications

    There are of course lots of topics to learn in java. All of them have their own features. I am totally confused about the use of those while programming. So please suggest me what topics should I...
  13. Replies
    3
    Views
    1,394

    Adding fields to a table

    this is what i have done


    String fields[]={"Full name", "Last name", "Age"}; //for table
    String data[][]={{"Shakti","Raj","20"},{"Pranish","Shrestha","19"},{"Samrat","Pradhan","19"}};
    ...
  14. Replies
    3
    Views
    1,394

    add values in JTable

    this is what i have done


    String fields[]={"Full name", "Last name", "Age"}; //for table
    String data[][]={{"Shakti","Raj","20"},{"Pranish","Shrestha","19"},{"Samrat","Pradhan","19"}};
    ...
  15. Replies
    3
    Views
    1,225

    Re: make object and add components

    Thanks for the answer but I know how to add components using arrays, that's a simple thing:eek:. But you can see the code I have posted here has different names. I want to add these very components...
  16. Replies
    3
    Views
    1,225

    make object and add components

    Adding lots of JFrame components would be tidious so i wish if there is some way to create a way to add all the JFrame components at once.


    lbl_info = new JLabel("Values with an astrick(*) are...
  17. Replies
    3
    Views
    1,411

    Re: creating a jar file

    i have read this document but couldn't understand properly.....so i have made this post
  18. Replies
    3
    Views
    1,411

    creating a jar file

    i have made a game with 5 classes and some images. I used inbuilt feature of eclipse to convert to jar file but t didnt include images and i have paste the images seperately to the jar file folder....
  19. Replies
    1
    Views
    847

    Problem with changing level in game

    I am making boulderdash game and m stuck in changing and retrying the level in the game.. Here is my code !!

    public ReadFileReplace()
    {

    imageObject();
    replaceIcon();

    }
  20. Replies
    1
    Views
    1,210

    falling objects

    I am using gridLayout for placing the objects of the game. Can anyone tell me how to make the objects fall down if there is an empty space(another image object) down the object???
  21. Replies
    1
    Views
    1,605

    using keyboard to move image

    How to move a player in a game using keyboard?
  22. Replies
    4
    Views
    1,636

    Re: can some one make me a runable jar file?

    i don't get any errors. It creates a jar file but when i try execute it, nothing happens
  23. Replies
    4
    Views
    1,636

    Cannot create executable jar file

    i created a jar file by using the command jar cf "jar-filename" "java-Filename". It creates the jar file but I am unable to execute it.
  24. Replies
    5
    Views
    1,350

    Re: absolute and relative path

    I wanted to take this forum as the primary source to understand things. So I first posted about those things before googling it
  25. Replies
    5
    Views
    1,350

    Re: absolute and relative path

    this is actually a task given to us from our college. i searched in google but coundn't get the point

    --- Update ---

    I got it. Absolute path is the full directory such as C:\XyzWs\java\test.txt...
Results 1 to 25 of 30
Page 1 of 2 1 2