Search:

Type: Posts; User: daniel.j2ee

Page 1 of 2 1 2

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    2,123

    Re: IEEE project

    Is this helpful?
    Final year Projects, IEEE projects 2011-2012, IEEE Projects, IEEE Projects 2011, IEEE Software Projects, IEEE Embedded Projects, BE Projects, M.Tech Projects, MCA Projects, IEEE...
  2. Replies
    11
    Views
    1,847

    [SOLVED] Re: Splitting a txt file with multiple spaces

    Where is the data array declared? Please post the full code. Also the exception seems to be thrown by a method which you did not posted here.

    application context
  3. Replies
    6
    Views
    3,142

    Re: java service client for wsdl

    Getting/sending that from/to a webservice is not as easy as a System.out.printl() -- at least apparently, because of the SOAP messages' format. There must be done some mapping between data-types,...
  4. Replies
    0
    Views
    1,462

    Process conversation within an app

    Hi. I have almost no knowledge in android development, but I have a simple (i think) question. I already know that is possible to initiate calls from an application. Now my question is, it is...
  5. Replies
    6
    Views
    2,182

    Re: New Background

    How the treat is working here? I offer you a sweet java library or what? LOL :cool:

    application context
  6. Replies
    6
    Views
    1,035

    Re: Hey everyone!

    Is better this way, I mean, it would be quite a mess to have ads after each post. Is perfect right now.

    application context
  7. Replies
    3
    Views
    1,443

    Re: java project(stuts and hibernet )

    Hi ashish, first of all welcome to JavaProgrammingForums. If you wish to integrate in this community, I have an advice for you. Try to edit your posts or threads in a clean, nice way. No one asks you...
  8. Replies
    4
    Views
    2,198

    Re: Null or not an object error

    Please post your code using
    [ CODE ] <your code> [ /CODE ] or <your code>

    There are small chances that one will bother reading quite a long code which is badly formatted. Is just an advice.
    ...
  9. Replies
    1
    Views
    2,843

    Re: Progress bar in java

    Here you have two nice guides on Java ProgressBars:
    How to Use Progress Bars (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)
    Progress Bar Tutorial - Java Tutorials |...
  10. Replies
    1
    Views
    1,434

    It should be simple ...or not?

    Here's a tricky math question I've seen somewhere else:

    If you choose an answer to this question at random, what is the chance you will be right?
    A) 25%
    B) 50%
    C) 60%
    D) 25%

    application...
  11. Replies
    6
    Views
    2,182

    Re: New Background

    Is ok this way too. The spirit of Halloween conquered our forum too. Now, back to coding! :))

    application context
  12. Replies
    3
    Views
    1,755

    Re: Please help me with my programming.

    When reading the whole task request it may seem a bit hard to understand, but watch the guidelines, and you could do at least the simple tasks (create the classes, the getters/setter etc). Then,...
  13. Re: How to print the day of the week from user input?

    Provide the code you already written like
    <yourCodeHere> . This way we can tell your what's good, what's wrong and what's to be added/modified.

    application context
  14. Re: Instance Variables and local variables difference

    The second code snippet won't compile >:).

    Now, to refer the outer variable, you might use this.X. That should do the work, otherwise it's refered only locally.

    application context
  15. Replies
    3
    Views
    1,179

    [SOLVED] Re: Conditional Operator "?:" not compiling

    Works fine for me too ...

    application context
  16. Replies
    6
    Views
    2,891

    Re: Problem with getWidth() and getHeight()

    I don't see where you set-up your canvas in order to get width and height. Basically you call the method on a empty canvas. A solution would be to first give it's dimension, or use the method calls...
  17. Replies
    1
    Views
    1,101

    Re: I need help with my FullScreen Code

    Try this for reference: Enabling Full-Screen Mode | Example Depot

    application context
  18. Re: Exception in thread "main" java.lang.NullPointerException

    Your myBooks objects are not initialized. You need to call the constructor on each object inside the vector. eg. mybooks[0] = new Books();

    application context
  19. Re: How to Create a server socket to listen for incoming connections

    Right what I needed. Thank you.

    PS: I have done some modifications to this: I mean, I keep track of all the connections into an array of "oneConnections", and made the class to extend Thread, so...
  20. Replies
    15
    Views
    21,800

    Sticky: Re: Make money today as a Java freelancer

    Yes. I mean, right now I'm not so active because the time does not allow me, but I still work on 2-3 projects/week.
    I mainly to graphic-design, print-design, software-consultancy, database-design,...
  21. Replies
    3
    Views
    2,183

    Re: Server Client architecture.

    Hi. First of all, thanks for your answer.
    Now, for the algorithm I'll be using a pairwise matching (either N-W or S-W). With the 2nd pair queried from a Database (probably Oracle, not huge). At...
  22. Replies
    6
    Views
    2,275

    Re: Jobs in Java & Other IT Sectors

    I work as a part-time software developer at Bank of Transilvany. I'm using mainly PL-SQL (Oracle) / Java / JavaScript ..but also other serveral languages as C#, ASP etc.

    application context
  23. Replies
    1
    Views
    1,367

    Re: Idk what is wrong

    Do not use hosts to upload your code. Post it here using
    *** CODE ***

    application context
  24. Replies
    2
    Views
    2,096

    Re: Convert Desktop app into Applet

    First of all you need to understand the functionality of an applet vs. an application. This can be job for less than an hour, or days, depending on how you designed your app. Search the web for...
  25. Replies
    3
    Views
    2,183

    Server Client architecture.

    Hi. I have plenty experience in Java, but none in Java networking. The only thing I did for deployment was a web-service, but what I need to do now, is a Server <-> Client[~5] application.

    I don't...
Results 1 to 25 of 50
Page 1 of 2 1 2