Search:

Type: Posts; User: Prathiksha

Search: Search took 0.30 seconds.

  1. Re: incorrect spelling of kannada letters in java jar file

    i had uninstalled older versions of java and i'm running the jar fie on a windows 7 64-bit system....my java software has also been updated but still the problem remains. One thing i have noticed is...
  2. Re: incorrect spelling of kannada letters in java jar file

    I'm sorry, I wasn't specific enough, I had created my jar files in 2 methods i.e cvfm and cvfe in command prompt as directed in the below link:
    Creating an Executable jar File
    Usually both methods...
  3. Re: incorrect spelling of kannada letters in java jar file

    Thank you...that was what i thought too when i checked other sites...so i tried to open it by browsing through the java directory path and opening it with the javaw.exe located at jdk's bin folder...
  4. Re: incorrect spelling of kannada letters in java jar file

    Well i figured that the problem is in merging the letters as this language is quite complex. When i execute the jar file through the command prompt the words are displayed correctly. However this...
  5. incorrect spelling of kannada letters in java jar file

    Hello,
    I've written a JAVA gui program with buttons having kannada text. I've used tunga font and typed the unicodes for every button label and on running individual programs i get the proper words...
  6. [SOLVED] Re: Adjust screen size and button arrangement for any computer screen

    Thank you...i searched in detail and finally found one function
    Toolkit toolkit = Toolkit.getDefaultToolkit ();
    Dimension dim = toolkit.getScreenSize();
    i could obtain screen dimensions and...
  7. [SOLVED] Re: Adjust screen size and button arrangement for any computer screen

    I had found this code to maximize frame to screen size
    frame.setExtendedState(JFrame.MAXIMIZED_BOTH);
    frame.setVisible(true);

    i could not get information regarding if the button positions would...
  8. [SOLVED] Adjust screen size and button arrangement for any computer screen

    Hello,
    I have a java GUI code that opens a frame having 5 buttons arranged at the 4 corners and center of the screen. I have manually entered the size of the frame and the position of the buttons,...
  9. [SOLVED] Re: displaying icon and title in multiple java frames

    Thank you
  10. [SOLVED] Re: displaying icon and title in multiple java frames

    Thanks, I did it and it worked well

    --- Update ---

    I was also wondeing if there's a way to change the icon of the jar file?

    --- Update ---

    I was also wondeing if there's a way to change...
  11. [SOLVED] displaying icon and title in multiple java frames

    Hello,
    I developed a simple java gui . On running a frame opens with 5 buttons and each button opens another frame when selected. There are no errors and frames open and close as required...
Results 1 to 11 of 11