CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: cens

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,524

    Re: Java Image Query Problem

    Upon making a query for the Term "panda" the following rresults are displayed


    {"responseData":...
  2. Replies
    1
    Views
    1,524

    Java Image Query Problem

    Hello. I am posting here, as I am having a problem, maybe more. What I am trying to do is to emulate a Google Image Search.
    I found a way to do this by using no special APIs as I am completely...
  3. Replies
    4
    Views
    11,830

    Re: [RESOLVED] Need help with hangman program java

    wut?
  4. Replies
    4
    Views
    11,830

    Re: Need help with hangman program java

    Hello fellow Java user :) This is what i came up with while studying your code.

    by using the break(); command you only disable the current loop , be it a while loop, a for loop, or a do...
  5. Replies
    4
    Views
    2,214

    Re: draw image at mouse position

    thanks keang, and sorry..

    I started the project and so far it's working decently...
    i only have one question:

    as the game will implify "movement collision" what component should i use for the...
  6. Replies
    4
    Views
    2,214

    Re: draw image at mouse position

    i imagined i would get an answer pretty fast.. i didnt think it was much of a problem..
  7. Replies
    4
    Views
    2,214

    draw image at mouse position

    I have recently started the developement of a minigame called "toro".
    As this is my first time using graphics, i have no ideea where to start, so i'll just make a brief introduction to the program...
  8. Thread: Forum Helper

    by cens
    Replies
    0
    Views
    1,257

    Forum Helper

    hello there, users.
    I am here to bring to you a program i designed: Forum Helper
    So. What does it do?
    Alot, actually..
    -Help designing forum posts by giving you more flexibility over things...
  9. Thread: youtube

    by cens
    Replies
    1
    Views
    480

    Re: youtube

    btw, where's keang?
  10. Replies
    0
    Views
    492

    folders/.txt files inside the .jar archive

    The program I'm making needs some .txt files as databases, obviously. In devbook(which by the way is goin to be ready by next month, now starring some very neat stuff like a pretty exact code...
  11. Thread: youtube

    by cens
    Replies
    1
    Views
    480

    youtube

    how to get the thumbnail image of a youtube video as a .jpg or .whatever image format?

    EG: http://www.youtube.com/watch?v=Twf9zjRDwzQ.jpg


    I want to use the image from an online domain, i dont...
  12. Replies
    1
    Views
    1,056

    Re: need help for my project

    If you find a solution please post it here! This is going to be my next project but again, i have no clue where to start:)
  13. Replies
    2
    Views
    1,453

    Re: Calc do while loop and phrasing gone wrong.. :(

    you should really sepparate your classes with the
    thingies, you got me really confused for a second.

    BTW are you talking about the "SUM DIFF MULT DIV AND MODULUS METHODS" line (having the...
  14. Replies
    3
    Views
    9,666

    Re: Remove all listeners?

    oh my... I feel so stupid now :-S... Before this I only knew how to do this by extending ActionListener, which ate a lot of time.. Thanks
  15. Replies
    3
    Views
    9,666

    Re: Remove all listeners?

    I found a simple walkaround for the ones in need. Just make one huge listener with a conditional/switch statement (each branch of the if statement would contain a different action listener code), and...
  16. Replies
    3
    Views
    9,666

    Remove all listeners?

    Is there any way i could remove all the listeners from a JButton?
    I've encountered this problem as i defined most of my button listeners as following:

    s_UpdateButtonView.addActionListener(new...
  17. Replies
    5
    Views
    1,500

    Re: Algorithm for JTree?

    Thanks for the lesson on casting, keang:) I used the first method as i prefer more compact code and it works as expected :)
  18. Replies
    5
    Views
    1,500

    Re: Algorithm for JTree?

    Okay, so..
    isRoot() does indeed require brackets( the code is made directly here, it's. Ot pasted from the editor)
    Also node is a DefaultMutableTreeNode:)
  19. Replies
    6
    Views
    2,545

    Re: If you know Java .. then solve this question !

    Ok..look: the ideea is very simple- make a folder called categories, inside that
    Make the category folders(apples,tuna boxes etc) and inside each folder make several text files reprezenting your...
  20. Replies
    4
    Views
    997

    Re: Programming request

    I dont want to pop your bubbles but a program like this would cost hunderds or even thousands of dollars to make, you wont get anyone to do it for free:)
  21. Replies
    5
    Views
    1,500

    Algorithm for JTree?

    Phew..Haven't worked with DevBook in quite some time (laziness sindrome) but i restarted the work and Im determined to do a lot in the next few days. I've made a pretty complicated algorithm that...
  22. Replies
    1
    Views
    1,243

    Re: Perminant variable

    http://thenewboston.org/watch.php?cat=31&number=78
    http://thenewboston.org/watch.php?cat=31&number=79
    http://thenewboston.org/watch.php?cat=31&number=80...
  23. Replies
    4
    Views
    1,700

    Re: find string in Jtext area

    blame it on the auto-UpperCase my phone has :(
    I know it's case sensitive, but by the way...was this what you were looking for, dilesh?
  24. Replies
    4
    Views
    1,700

    Re: find string in Jtext area

    Well, having known the string you're looking for it's pretty easy.
    Textareatext=textarea.getText();
    Int firstIndex = textareatext.indexOf(stringToLookFor,0);
    Int lastIndex =...
  25. Thread: programming

    by cens
    Replies
    1
    Views
    654

    Re: programming

    the description you gave is very, VERY general. It's like asking a painter make a drawing with some yellow, blue and orange. Come back with some more specific requirements.
    Also, I've seen people...
Results 1 to 25 of 190
Page 1 of 8 1 2 3 4





Click Here to Expand Forum to Full Width

Featured