Posts by Gui_Biem • 157 points
4 posts
-
0
votes1
answer57
viewsQ: Error trying to install ruby Gosu library (OS X)
I’m trying to install Ruby’s Gosu library with the command sudo gem install gosu, but it returns the following error message: ERROR: Error installing gosu: ERROR: Failed to build gem native…
-
3
votes2
answers3238
viewsA: Formatting text in a Jtextpane
Try using html, putting text in tags <b></b>, <i></i> and <u></u>, but remember to give setContentType("text/html") Try using the code below public class Formatar…
-
11
votes2
answers3004
viewsQ: What’s the difference between using Fileinputstream and Fileoutputstream or Scanner and Printstream?
Is there any big difference between using these classes?
-
0
votes2
answers671
viewsQ: In java, how to make only one Jframe window close when clicking on the x instead of all?
I’m making a program in Java with multiple windows JFrame, and wanted that when I pressed the x of one of the windows only this one closed, instead of all of them.