Search:

Type: Posts; User: pawan4angel

Search: Search took 0.20 seconds.

  1. Re: prevent class files from de-compilation in core java ??

    can you tell about the working of progaurd ?? I have progaurd 4.11, it has bin folder, build folder , docs folder, example folder, lib folder and src folder , CO-PEG can you help me in making the...
  2. Replies
    1
    Views
    854

    Re: Please I need help! About my project!

    you must design the database and contact me on apawan293@gmail.com, I will help you !!
  3. Re: prevent class files from de-compilation in core java ??

    I am tried of searching on internet !! I have searched and viewed a lot of pages that provides the suggestion obfuscation, but, I am unable to do anything practical code on obfuscation...

    please...
  4. Re: how to use executeupdate() when I connect to my jdbc?

    void update_function(String str)
    {
    //load all driver and connect to database
    int z= st.executeUpdate("Update Table_name where col_1='any_value'");
    }

    // this is the way you update the database,...
  5. prevent class files from de-compilation in core java ??

    I know the java code, class files. I know creating jar files and running jar files on Command Prompt

    Recently, I have tried to create EXE Files with exe4j , jsmooth and "jar 2 exe"

    But, I am...
  6. Replies
    4
    Views
    995

    Re: return type

    void int function_name()
    {
    ///code
    return variable_int;
    }
  7. Replies
    1
    Views
    868

    Re: array of type JButton

    re-check in code that you have set the text for JButton in Swing .............
  8. Replies
    1
    Views
    1,048

    Re: Sorting Ascending by Faktur

    you must elaborate more on this........
  9. Re: Please need a help with my homework (math methods)

    just type "System.out.print("*");" in_place_of "System.out.println("*");", and your program will run fine........
  10. Re: Please need a help with my homework (math methods)

    1. How to print * Square

    class Square
    {
    psvm(String args[])
    {
    // take input from user in max variable; like max=5

    for (i=0;i<max;i++)
    {
  11. [SOLVED] Re: Code is running in multi-threading but it is neither pausing nor resuming..........

    leave it, I solved that problem at my own...............thanks for trying here..............
  12. Re: Please need a help with my homework (math methods)

    1. take number from user using scanner class, and run loop inner and outer loop to print square *
    2. take radius from user using scanner class, calculate area=pie*radius
    3. take perpendicular and...
  13. [SOLVED] Re: Code is running in multi-threading but it is neither pausing nor resuming..........

    I did not get it :(
  14. [SOLVED] How to pause thread using JButton

    I have updated my post again, I dont know how to go further..............
  15. [SOLVED] Re: Code is running in multi-threading but it is neither pausing nor resuming..........

    I have updated my post..........
  16. [SOLVED] Re: Code is running in multi-threading but it is neither pausing nor resuming..........

    <code>
    public class child_1 implements Runnable {
    Thread t;
    Main main;
    boolean Flag;

    child_1() {
    System.out.println("Child Thread 1: No Parameter");
    }
  17. Replies
    4
    Views
    1,111

    [SOLVED] Re: Homework assistance

    OK :D
  18. [SOLVED] Re: Code is running in multi-threading but it is neither pausing nor resuming..........

    I have already attached the files in 1st post, the name of the files are child_1.txt and Main.txt ........
  19. [SOLVED] Code is running in multi-threading but it is neither pausing nor resuming..........

    I have created a JFrame here and you will also see JPanel and JLabel. I have also added two JButton "Pause" and "Resume" over there.

    What I am trying to do is to pause and resume a child thread...
  20. Replies
    2
    Views
    831

    Re: Hello to you all

    I have also joined this community, you may add me and take help ...............I will try my best to sort it out...........
  21. Replies
    2
    Views
    744

    Re: hello everyone! am new

    I have also joined this community, you may add me and take help ...............I will try my best to sort it out...........
Results 1 to 21 of 21