Search:

Type: Posts; User: nasi

Page 1 of 5 1 2 3 4

Search: Search took 0.16 seconds.

  1. Thread: user preferences

    by nasi
    Replies
    5
    Views
    1,516

    Re: user preferences

    ok, thanks
  2. Thread: user preferences

    by nasi
    Replies
    5
    Views
    1,516

    Re: user preferences

    suppose I want to use a "rating" system using a script. I have a link in a popup window. when users click on the link it opens a webpage (suppose its name is X) which consists of some other links and...
  3. Thread: user preferences

    by nasi
    Replies
    5
    Views
    1,516

    Re: user preferences

    disappointing, No answer!!
  4. Thread: user preferences

    by nasi
    Replies
    5
    Views
    1,516

    user preferences

    I want to know which of the links that are suggested to users, as a result of a search engine in my web site, are users' favorites. do you have any suggestion how I can do it?
  5. Thread: CMS in JAva

    by nasi
    Replies
    3
    Views
    1,503

    Re: CMS in JAva

    oh, that's a great help. I've done it and I know the name of some of them, but I wanted an advise from an expert!
  6. Thread: CMS in JAva

    by nasi
    Replies
    3
    Views
    1,503

    CMS in JAva

    Can you please inform me of a suitable CMS in Java. I need the one with strong forum and tutotrials.
  7. Thread: joomla and java

    by nasi
    Replies
    1
    Views
    3,709

    joomla and java

    Hello

    I want to embed a java application in joomla or any other social networking platform. do you have any suggestion how I can do it?

    thanks
  8. Replies
    12
    Views
    3,123

    Re: finding String in a file

    I have an String and I am looking for a subString in this String which starts with "what is new?" and ends with "Todays last news". I know that I can use string.contains(substring) but I don't know...
  9. Re: How to write to specific part of an html file using java

    please be kind to me as before and answer my questions dear java specialist.
  10. Re: How to write to specific part of an html file using java

    I think you have chosen a wrong place to publish your great Ideas. if you don't know I 'll tell you that here is for Java programming discussions, not dating.
  11. Re: How to write to specific part of an html file using java

    Now if I want to add text inside the body of my html file, how should I do that? I want to select a word or phrase in the file, and add some links to it. Actually I want to make a hypertext file from...
  12. Replies
    12
    Views
    3,123

    Re: finding String in a file

    Thanks. I know these methods. the problem is that


    String Str = new String("href="http://en.wikipedia.org/wiki/Primary_care" l="l"");


    doesn't work and generates errors because of multiple...
  13. Replies
    1
    Views
    1,378

    powerpoint in java

    is there any component which can be used to display contents of a powerpoint file or a word file?
  14. Replies
    4
    Views
    26,670

    Re: JButton Width & Height

    why not? have you checked it?
  15. Replies
    12
    Views
    3,123

    Re: finding String in a file

    How should I find



    href="http://en.wikipedia.org/wiki/Primary_care" l="l"


    in the following String?
  16. Replies
    4
    Views
    26,670

    Re: JButton Width & Height

    you can use setSize or setBounds methods o JButton class
  17. Replies
    7
    Views
    7,420

    Re: How to generate an ActionEvent progrematically

    In a part of my program, I want to execute a procedure which is done normally after one of the items of JComboBox is selected manually. suppose that when I select the first Item of a JComboBox it...
  18. Replies
    7
    Views
    7,420

    Re: How to generate an ActionEvent progrematically

    The problem is to create an action event automatically not manually.
  19. Replies
    7
    Views
    7,420

    Re: How to generate an ActionEvent progrematically

    long time, no answer
  20. Replies
    1
    Views
    1,358

    [SOLVED] replacing subString

    package test852010;

    why this code sometimes work properly and sometimes doesn't? some times it doesn't remove "class" from the original String(l)


    public class test {


    static String l =...
  21. Replies
    12
    Views
    3,123

    Re: finding String in a file

    I have an html file and I am trying to find something like "<html>
    <head>

    </head>
    <body>
    <a href="http://en.wikipedia.org/wiki/Net_present_value" class="l">Net <em>present</em>
    ...
  22. Replies
    7
    Views
    7,420

    How to generate an ActionEvent progrematically

    I need to generate an ActionEvent for a JComboBox automatically. I am using following code



    String[] List = {"View", "Delete" };
    ViewEdit =...
  23. Thread: events log

    by nasi
    Replies
    1
    Views
    1,510

    [SOLVED] events log

    In my program I have three JButtons. when I click on one of them it generates an Action Event and a procedure is done, then I select a JCheckBox and an Item Event happens, but what is going to be...
  24. Replies
    1
    Views
    1,891

    getting text from JEditorPane

    I read an html file,and write part of it in JEditorPane, then I get the text of JEditorPane. what I get by getText from JEditorPane has some more tags which do not exist in the original html...
  25. Replies
    2
    Views
    2,176

    [SOLVED] Re: Dynamic numbber of JPanels

    sorry, just after posting the thread, I got the point.
Results 1 to 25 of 111
Page 1 of 5 1 2 3 4