Search:

Type: Posts; User: Hikaros

Page 1 of 2 1 2

Search: Search took 0.10 seconds.

  1. Re: Components locations being reset after revalidation

    Solved it, thought id just post the update in case someone elses needs something like this.

    The problem is that i didn't know we could use absolute positioning,thought that we HAD to use a layout...
  2. Re: Components locations being reset after revalidation

    haha it is very very hard ):

    there can be even hundreds of JPanels (cards) showing at the same time, you should be able to change the position (horizontal/vertical), you can stack them (put them...
  3. Components locations being reset after revalidation

    So i'm into a personal project (haha it is definitely way more of what i know i can do -skill/knowledge wise-, but this is kind of the point), if you ever played Magic: The gathering (through magic...
  4. Replies
    1
    Views
    1,068

    Multithreading question

    So i've read a lot and i just don't get it. Sure, i know that only GUI stuff should be in the EDT and that lengthy stuff, like database calls has to be done in another thread but i seriously don't...
  5. Replies
    2
    Views
    1,612

    Re: JCheckBox in Jtree

    oooh okay, sweet, thank you. I will actually look into JIDE since it seems to be seriously useful and time saving haha i've been spending so much time with the JTree, this thing is a nightmare :/
  6. Replies
    2
    Views
    1,612

    JCheckBox in Jtree

    hi there, i've trying to make a JTree with checkbox but i seriously can't find anywhere how to do it, i already have the code in which i create the tree but i have no idea how to make the JTree to...
  7. Replies
    18
    Views
    1,434

    Re: adding ActionListeners dynamically

    will do that then, thanks! :3



    i've read 2 books, and i've seen at least over 200 java tutorials and none have mentioned the "why" is better one to another and how or when to pick the others,...
  8. Replies
    18
    Views
    1,434

    Re: adding ActionListeners dynamically

    i haven't coded anything yet trying to find out a way (reading here and there) to see what is probably the simplest, more than passing an access level, is a profile, with the profile i'll be...
  9. Replies
    18
    Views
    1,434

    Re: adding ActionListeners dynamically

    i'm sorry but what is an umbrella ActionListener and what is an event bus design too? hahaha

    i thought about adding the actionListeners in the while iterator when adding every item but that means...
  10. Replies
    18
    Views
    1,434

    Re: adding ActionListeners dynamically

    i thought about it but that would suggest me creating the entire menu myself and just disable menu items depending on user's access level, but what i need to do is different. id like to do something...
  11. Replies
    18
    Views
    1,434

    Re: adding ActionListeners dynamically

    haha yeah, that is what i want to do, but i have no idea how to manage the ActionListeners of each item.
  12. Replies
    18
    Views
    1,434

    Re: adding ActionListeners dynamically

    i have no idea how to explain it anymore lol, i said dynamically because it changes, it's never the same, is not as declaring the entire menu and its items statically, they would never change if...
  13. Replies
    18
    Views
    1,434

    Re: adding ActionListeners dynamically

    hahaha in runtime


    lol'd hahahahaha, i don't have anything against those, but is not what i want haha.
    i want to assamble a menu based off profiles, a profile creator will have every single...
  14. Replies
    18
    Views
    1,434

    adding ActionListeners dynamically

    So i'm in a project where i need to build a Jmenu with its options dynamically, i have in a database table the structure of the entire menu and i have an idea in how to do it, however i don't have...
  15. Replies
    4
    Views
    1,163

    Re: Best way to work with internal frames.

    ooohh okay okay! i shall do this then! thank you very much <3
  16. Replies
    4
    Views
    1,163

    Re: Best way to work with internal frames.

    Ohh thanks i will check right now if it works for what i want :3

    this is basically what i am doing right now, any advices or should i just go along with what you first said? o:



    public class...
  17. Replies
    4
    Views
    1,163

    Best way to work with internal frames.

    Hi, i'm working in a big project and i am using internal frames however i came a cross several questions (first time doing it in java).
    What is the best way to work with the internal frames? this is...
  18. Replies
    4
    Views
    1,946

    Re: Your first job experience

    Ooohh i see! that was actually really helpful! :D Thank you a lot for your reply >< ~! haha i am quite afraid as in what to do and "what if i can't" kind of mental issues, i guess i won't know until...
  19. Replies
    4
    Views
    967

    Re: Problem with timer

    ah well about that according to some things i read about calculating like that it isn't always exact since there are numeric errors, but every language is like tha if i'm not mistaken, however using...
  20. Replies
    4
    Views
    967

    Re: Problem with timer

    Yeah, that's why i have that after elapsedTime is equal to 1000 to reset it and count 1 to sec variable but it just doesn't do it lol
  21. Replies
    4
    Views
    967

    Problem with timer

    hi, this application came to my mind to see how long would it take to type the string "que" (the purpose was a joke but seeing how it isn't behaving how i thought it should i decided to post it here...
  22. Re: Create the object of that program i'll pay for him/her

    *code removed*
  23. Replies
    4
    Views
    1,946

    Your first job experience

    Hi again! i've been wanting to get a job as a programmer but i am not confident enough when i see the kind of things they ask people for in freelancer, to be honest none of those things are taught in...
  24. Replies
    5
    Views
    1,165

    Re: compareTo() question

    Ooohh i see! thanks! i don't think i fully understand it but from here it should be better if i do some testing myself o: Thank you :3
  25. Replies
    5
    Views
    1,165

    Re: compareTo() question

    oooohhh i see! so then when it compares the strings it adds up every value from every character and the total is what is being compared i assume (?)
Results 1 to 25 of 42
Page 1 of 2 1 2