Search:

Type: Posts; User: subhvi

Page 1 of 2 1 2

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    2,111

    Re: URLs in browsers

    Ya i am looking to do with JavaSE.Is it possible in Standard Edition?
  2. Replies
    3
    Views
    2,111

    URLs in browsers

    Hi all,
    Through java code can we find the URLs of the browsers currently running in a system?.Please do me a favor to find the solution.Thanks in advance.
  3. Replies
    1
    Views
    1,465

    Help with TableCellRendering

    Hi all,
    I have created a JTable.In that table column 2 have to show in color RED.It showing properly most of the times.Sometimes the first row of column 2 didn't showing properly.All other...
  4. Thread: JFreechart

    by subhvi
    Replies
    0
    Views
    1,119

    JFreechart

    Hi all,
    I want to know about JFreechart and how to implement that in java.Please refer me some best tutorial.Thanks in advance.
  5. Thread: Help needed!

    by subhvi
    Replies
    4
    Views
    2,045

    [SOLVED] Re: Help needed!

    Thanks Json.I solved it.
  6. Thread: Help needed!

    by subhvi
    Replies
    4
    Views
    2,045

    [SOLVED] Re: Help needed!

    Thanks for the reply Json.
    I created the necessary certificate and key file in my windows machine using Apache server .But i couldn't restart the server.It throwing some error.If you have any idea...
  7. Thread: Help needed!

    by subhvi
    Replies
    4
    Views
    2,045

    [SOLVED] Help needed!

    Hi all,
    I have some doubts in creating self-signed SSL certificate.Where can i clear all the doubts?Please do me a favor.
  8. Thread: Kill a process

    by subhvi
    Replies
    5
    Views
    2,706

    Kill a process

    Hi all,
    I want to know how to close the application through process id(like kill command in unix)through java code.Is it possible in java?Please do me a favor.Thanks in advance.
  9. Replies
    2
    Views
    4,979

    Re: About Title border in jscrollpane

    Thanks for your reply copeg.Any other possible way?Which borders allow two different size of text in the same title?
  10. Replies
    2
    Views
    4,979

    About Title border in jscrollpane

    Hi all,
    Is it possible to insert two different styles of text(example: bold and plain)in a title border?Please do me the favor.Thanks in advance.
  11. Thread: IPv6 validation

    by subhvi
    Replies
    1
    Views
    6,049

    IPv6 validation

    Is the any inbuilt functionality is available to validate IPv6 addresses( i.e., reserved by IETF ) in java.Please do me the favor.

    List of IP addresses are,

    IPv6 Prefix Allocation ...
  12. Thread: java swing help

    by subhvi
    Replies
    3
    Views
    2,821

    Re: java swing help

    Try this,


    import javax.swing.*;
    import javax.swing.ImageIcon;
    import javax.swing.SwingConstants;

    public class sample
    {
    public static final int WIDTH=1000;
  13. Thread: calendar

    by subhvi
    Replies
    2
    Views
    2,069

    Re: calendar

    I have calendar image that i placed in a button.I guess, i need separate calendar class to implement JYearChooser,JMonthChooser and JDayChooser.I don't know is this right way also i don't know how to...
  14. Replies
    4
    Views
    6,038

    [SOLVED] Concatenating string with html tag

    Solved.Thank you so much.
  15. Thread: calendar

    by subhvi
    Replies
    2
    Views
    2,069

    calendar

    I want to set a calendar icon in a button.Then i need to display the selected date from the calendar in TextField?Please help me how to do this?
  16. Replies
    4
    Views
    6,038

    [SOLVED]Re: Concatenating string with html tag

    Thank you so much.
  17. Replies
    4
    Views
    6,038

    Concatenating string with html tag

    How to concatenate a string with Html tag?
  18. Replies
    5
    Views
    2,912

    [SOLVED]Re: Array comparison

    Just to know thats all.Thanks Json & Chris.
  19. Thread: exe files

    by subhvi
    Replies
    17
    Views
    2,235

    Re: exe files

    Thanks Chris.Thank u for your guidance.I am going to start learning c programming.
  20. Thread: exe files

    by subhvi
    Replies
    17
    Views
    2,235

    Re: exe files

    Why we need c/c++ compiler???
  21. Replies
    5
    Views
    2,912

    Re: Array comparison

    Thanks Json. I have another doubt regarding this,

    For example we have code like this,

    char[] a = new char[]{'a','b'};
    char[] b = new char[]{'a','c'}

    ...
  22. Thread: exe files

    by subhvi
    Replies
    17
    Views
    2,235

    Re: exe files

    Is there any procedure is available to write commands in .exe files?
  23. Replies
    5
    Views
    2,912

    Array comparison

    In java is any function is available in comparing two character arrays? Like equals() in string.
  24. Thread: combining keys

    by subhvi
    Replies
    10
    Views
    3,412

    Re: combining keys

    Yes, the same thing JavaPF.Its working now.Thanks Json & JavaPF.But i have another doubt.Suppose i don't want the default action for keys like,
    CONTROL+V is for paste.But...
  25. Thread: combining keys

    by subhvi
    Replies
    10
    Views
    3,412

    combining keys

    How to combine two keys in keypressed() event?
Results 1 to 25 of 38
Page 1 of 2 1 2