Ralph WreckIt
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
Created How to draw a GUI that looks like a basic calculator
AnsweredHi,I am sorry for such a basic question. I would like to create a GUI Calculator which does 4 operations. A vary basic stuff just to play around with GUI components.But I have hard time to control ... -
Created JFrame.EXIT_ON_CLOSE instead of WindowConstants.EXIT_ON_CLOSE
Hi,Using Idea 12.1 on Linux. I use the UI Designer to create an elementary form. When I commit the code, the Inspector raises several warnings:- No label specified for component- Missing mnemonic: ... -
Created GUI Look: is IDEA designed entirely in Java?
Hi,I begin to play around with IDEA 12.1 GUI Designer on Linux (Xubuntu 12.10 x64). I follow the instructions here: www.jetbrains.com/idea/features/gui_builder.htmlIn my case, it's just a button, a... -
Created Howto place Git-Pull button on toolbar?
Hi,Using Idea CE 12.04 on Linux. There is a VCS with a blue down arrow on the toolbar. It says "Update Project". However, I often use Menu VCS / Git / Pull. Is it possible to put a button of this a... -
Created Export/Import Settings between users, any extra precaution?
Hi,Using IJ Idea 12.04 on Linux. My fellow and I would like to synchronize out IJ Idea settings. But we have some differences:- Path to IJ Project is different between machine- Git user/pwd differe... -
Created Ctrl-Fx key shortcuts: how does it work?
Hi,Using IJ Idea 12.04 CE on Xubuntu 12.10 x64. The keybinding of the OS is the default English US.I tried the Ctrl-F11 shortcut which means "Navigate | Bookmarks | Toggle Bookmark With Mnemonic". ... -
Created How to ignore (make invisible) a file in project view?
Hi,Using Idea CE 12.04, Linux version. I have a LibreOffice document MyDoc.odt in the root of my project. When I double click on it, the MyDoc.odt file is opened by LibreOffice Writer. This also cr... -
Created Console: error msg interspersed with normal output
AnsweredHi,Using IJ Idea 12.0.4 on Xubuntu x64, Sun JDK 1.6.39. I made a small console demo that displays a few lines lines using System.out.printf(). Let's assume the very last line of the program cause a...