Search:

Type: Posts; User: kaskoepoes112

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    856

    What exactly are supresswarnings?

    I only know the Java basics but now I came across this thing called a supresswarning, I've seen it before but I never knew what it meant.
    Can someone explain it? I tried to google the answer but I...
  2. Replies
    7
    Views
    2,318

    [SOLVED] Re: 3D rendering?

    Thank you! only one problem , I think you wouldn't know the solution but when I set up my workspace I got a bunch of errors in my android project , like some imports can't be resolved and stuff ,...
  3. Replies
    7
    Views
    2,318

    [SOLVED] Re: 3D rendering?

    Sorry for the late response but I've looked up libGDX and there's one thing which I don't really understand..
    So with libGDX you write one code , and it works on android , desktop and all that...
  4. Replies
    7
    Views
    2,318

    [SOLVED] Re: 3D rendering?

    well currently I'm using LWJGL .. thanks for the info it will help me out I think :)
  5. Replies
    7
    Views
    2,318

    [SOLVED] 3D rendering?

    Hey guys!

    I want to create a 3D game in java , I've done a 2D game already , though the only problem is I don't know how to create 3d stuff..
    I mean , yeah sure I understand that if you have an...
  6. Replies
    2
    Views
    1,370

    Re: how can I "draw" images on a JPanel?

    a Thanks!!
  7. Replies
    2
    Views
    1,370

    how can I "draw" images on a JPanel?

    Hello guys!

    I'm currently creating a simple game. I've created a game before though I don't know how to "draw" images in the game.
    Well there is a drawImage() method but I've no clue how to use...
  8. Replies
    1
    Views
    1,081

    Javadocs need help

    Hey!

    The question is simple:
    How can I find things in the javadocs?
    isn't there a search function ?

    If I need a method I don't know , I haven't got an idea where to find it in the javadocs....
  9. Replies
    6
    Views
    1,586

    Re: strange for-loop what is it doing?

    yea I know .. stupid me XD

    thanks :D
  10. Replies
    6
    Views
    1,586

    strange for-loop what is it doing?

    hey,

    So I'm learning java right now, and I saw something strange in a programming tutorial on Youtube.

    this is the normal for loop:


    // example
    for (int x = 0 : x <= 5 : x ++) {
    //code...
  11. [SOLVED] Re: Easy - JTextArea won't get the text? and more stuff is wrong?

    thanks :D I'm so dumb thank you so much <3
  12. [SOLVED] Re: Easy - JTextArea won't get the text? and more stuff is wrong?

    well, the value is null :P

    how do I fix that? what value do I have to give to a JTextArea ? no idea ..
  13. [SOLVED] Re: Easy - JTextArea won't get the text? and more stuff is wrong?

    it doesn't have a value at that point .. I think.. it's a JTextArea. Isn't it normal that it has no value at that point?


    uitkomstveld.setText(einddatum);

    So here I try to set the value of...
  14. [SOLVED] Re: Easy - JTextArea won't get the text? and more stuff is wrong?

    huh?

    line 94 :


    String einddatum = ("in " + beginJaartal + "valt pasen op de dag " + paasDag + "van maand " + paasMaand); // gives the String "einddatum" a value

    line 95 + 96:
  15. [SOLVED] Easy - JTextArea won't get the text? and more stuff is wrong?

    First of all , I'm new here :)
    My name is Kasper and I'm new at java (want to learn it)
    I'm from holland so my english isn't perfect.


    so I've created a very basic program which can calculate...
Results 1 to 15 of 15