Search:

Type: Posts; User: nosxlimit

Search: Search took 0.06 seconds.

  1. Re: set ImageIcon position to a specific coordinates (x , y)

    oh.. i'm so sorry..
    will try to post at Java Theory & Questions forum..
    please delete this thread..
    thank you..
  2. set ImageIcon position to a specific coordinates (x , y)

    Hello.

    Is there a way to set ImageIcon position within JLabel to a specific coordinates (x, y) ?
    Googled about this matter but only get how to set vertical and horizontal alignment. #-o

    Thank...
  3. Replies
    9
    Views
    2,403

    [SOLVED] Re: tokenizing a string with escape sequence

    thanks Zaphod_b and jps..
    thanks for replying..
    i think i will just use the simple one, which is save the image temporarily, use it, then delete it again.. hehe..
    thank you.. :)
  4. Replies
    9
    Views
    2,403

    [SOLVED] Re: tokenizing a string with escape sequence

    i tried to do what you're suggesting, but intead of adding extra '\', i think it's better to replace it with something else (easier to be tokenized later on)..
    so i used replace.. but still, it give...
  5. Replies
    9
    Views
    2,403

    [SOLVED] Re: tokenizing a string with escape sequence

    thanks for the reply for both of you..
    the thing is, i can't just change the backslash into double backslash because i'm obtaining the string by using string = file.getAbsolutePath();..
    so is there...
  6. Replies
    9
    Views
    2,403

    [SOLVED] tokenizing a string with escape sequence

    hello..

    i'm trying to use string tokenizer on a string contains directory of a particular file..

    for example, StringTokenizer stringTokenizer = new StringTokenizer("C:\Documents\image.jpg",...
  7. Replies
    3
    Views
    2,602

    [SOLVED] Re: set specific location for radio buttons

    thanks for the reply..

    i was thinking the same too, by not using the gui builder..
    but i don't know how to set the radiobutton onto a specific location..
    something like based on coordinates, for...
  8. Replies
    3
    Views
    2,602

    [SOLVED] set specific location for radio buttons

    Hi..
    I would like to know how to set a radio button to a specific point on the panel correctly..
    So what i'm trying to do is to load an image as background image (a simple map), and put radio...
  9. [SOLVED] Re: Create an executable (.jar or .exe) using code

    -sorry for doubleposting-
  10. [SOLVED] Re: Create an executable (.jar or .exe) using code

    hi.. thanks for the reply..
    i have solved the problem..
    so previously what i did was JarEntry entry = new JarEntry(source);
    entry.setTime(source.lastModified());...
  11. [SOLVED] Re: Create an executable (.jar or .exe) using code

    it's me again..
    so the problem now is the source file that i want to insert to the .jar file..
    is there a way to insert a particular file without inserting the whole path?
    for example i want to...
  12. [SOLVED] Re: Create an executable (.jar or .exe) using code

    yes, what i meant was how to create an executable .jar file programmatically.. sorry for my poor english.. :)
    i have gone through the link you mentioned, and it works ! although i still got some...
  13. [SOLVED] Create an executable (.jar or .exe) using code

    Hi..

    Is it possible to create an executable file (either .jar or .exe) from Java code?
    I did try to find it on google, but most of them were not using code..
    For example, using export feature...
Results 1 to 13 of 13