Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
~16.4K People Reached
Favorite Tags
Member Avatar for ramjeev
Member Avatar for ramjeev

Hi everyone, I want to disable windows key in keyboard.Please let me know if u hav any idea.

Member Avatar for oknight
0
65
Member Avatar for ramjeev

Reverse words in the sentence without using any Java API or new array Eg. Input => 'this is the wonderfull island' Output => 'island wonderfull the is this' If any logic, pls let me know -- thanks, ramjeev

Member Avatar for jon.kiparsky
0
216
Member Avatar for ramjeev

Friends, Can we add a panel into a editorgridpanel in ExtJS? I have a Ext.list.listview which i want to add it into a GridPanel. I can add textfield, combobox, but listview not workrd out. Can anyone help on this. --thanks, ramjeev

0
56
Member Avatar for ramjeev

Friends, Since I have to design JSP using Ext-JS, I am in need of help to start Extended JS. Can anyone suggest me any good sites or pdfs to learn. Thanks, ramjeev

0
77
Member Avatar for ramjeev

Friends, Can u suggest me some good sites and tutorials to start Extended JS (Java Script) ? --Thanks ramjeev

0
70
Member Avatar for ramjeev

Hi buddies, I m trying to rename the existing .jar file.But I can't. If I make a copy of this and run the copied exe,by that time it works. Code as follows, [code]boolean ReNameExistingEXE(String Dest) { String temp = Dest + "\\Star.jar"; File s = new File(temp); String exName = …

Member Avatar for stultuske
0
2K
Member Avatar for ramjeev

Hi friends, This is regarding synchronization in Thread. If a block or method is synchronized, which object is said to be synchronization?

Member Avatar for ramjeev
0
90
Member Avatar for ramjeev

How to kill the running .jar file from another jar in java? There are two jars running A.jar & B.jar Both jars are running. I want to kill B.jar from A.jar. Pls let me know, if any one knows. Thanks in advance.

Member Avatar for valatharv
0
4K
Member Avatar for SORelena

please help me ^_^ I want using thread in this program but I don't know ..?? ____________________________________________________ [CODE]import java.util.*; import javax.swing.*; import java.awt.*; import java.awt.event.*; //------------------------------------------------------------------------------------------------ public class MyApp extends JFrame { // Data static boolean stopped = true; // Is the counting stopped? (True or False) --> shared variable …

Member Avatar for SORelena
-2
98
Member Avatar for ramjeev

For synchronized block, an object has been passed.The question is,Why & when it is passed & what is the purpose of passing an object? -Thanks in advance

Member Avatar for ramjeev
0
99
Member Avatar for silveram

Can you convert the object returned by jTable.getValueAt(Row,Col) to an integer?

Member Avatar for javaAddict
0
87
Member Avatar for ramjeev

Friends, I hav an application running in system tray.As of now, when I click it,the dialog displays.I want to make this happen by pressing any shortcuts,say,ctrl+Alt+a. Can anyone help on this?

0
50
Member Avatar for ramjeev

Difference between Runnable interface & Thread class?Which one to use, though both seems to be same? As per my knowledge,runnable can be implemented in such a case that already it has some hierarchy -Thanks in advance

Member Avatar for ramjeev
0
149
Member Avatar for ramjeev

On firing an event at a keyReleased or actionPerformed(button click).This event fires continuosly whenever I click.Say,for 10 clicks, 10 events are in queue.I want to clear remaining 9 events while first processing. -thanks

Member Avatar for ramjeev
0
71
Member Avatar for Mehwish Shaikh

Im making a chat application where one client will send a message to ALL other clients who are currently online through server. The problem is that I'm unable to make such a loop which can infinitely send n receive messages using server. Secondly can't we just use PrintWriter and BufferedReader, …

Member Avatar for ramjeev
0
114
Member Avatar for ramjeev

Can u suggest any better link for datastructure that explains with diagrams?It would be good,if any basic level explanation with algorithms.

Member Avatar for ramjeev
0
75
Member Avatar for ramjeev
Member Avatar for ramjeev
Member Avatar for masijade
0
190
Member Avatar for ramjeev
Member Avatar for ramjeev

Hi friends, I want to make a movie player.I heard about JMF but not had any idea.If anyone knows, kindly help me. thanks, ram

Member Avatar for ramjeev
0
125
Member Avatar for ramjeev

Hi friends, I have to fetch date, month & year from Calendar.For that I need a Calendar with User Interaction from which i can fetch. Is there any Calendar (builtin) in swing or i have to make it my own?.Pls let me know if u have any idea. with Thanks, …

Member Avatar for Ezzaral
0
62
Member Avatar for ramjeev
0
58
Member Avatar for ramjeev

Hi, I m trying to get the current path using the following.Its works fine (gets the current working directory) in Windows both in debug & release mode.Whereas, in LINUX ,works only in debug mode but not in release mode. i.e.,It gets home path(/root) instead current path(/root/ABC/..) while running in release(by …

0
68
Member Avatar for ramjeev

Hi, I m trying to scroll the JLabel by adding JLabel to Jscrollpane,I can see the scrollbar,but I can't scroll as well as I found JLabel's are misplaced.Can anyone please help me to solve this. The following is the code, [code=java]class outerWindow extends JFrame implements KeyListener,ActionListener { Container c = …

Member Avatar for ramjeev
0
5K
Member Avatar for ramjeev

Hi buddies, I m in need of IPC sample to communicate between two applications.I hav to start one app from another and I want to know whether the second is running or not.If any samples on Interprocess communication,please let me know. Thanks in advance.

Member Avatar for vidaj
0
99
Member Avatar for ramjeev

Hi everyone, I can access com port while running application from command prompt. But, I can't while running app by clicking .jar file,rest are works fine. Is there any way to setpath programatically? Thanks in advance.

0
53
Member Avatar for ramjeev

Hi, Do u hav any idea on JScrollPane. I want to add listener for scroll ,i.e., I hav to know what & where user has clicked in scrollpane(up arrow, down arrow or in between). Or anything like scroll which would be comfortable for such usage? Pls let me know, if …

Member Avatar for darkagn
0
100
Member Avatar for ramjeev

Hi buddies, I m facing some difficulties while setting system date and time?..Can anyone help to set System date & time? Thanks

Member Avatar for ramjeev
0
4K
Member Avatar for ramjeev

Hi friends, I m new to this forum.I m trying to make RAS dialup connection thru programatically.If anyone has idea.pls help on this.Your help would be highly appreciable. Thanks

Member Avatar for ramjeev
0
67