Paul Reiners

1,482
Reputation
160 views

Registered User

name Paul Reiners
member for 1 year
seen 2 hours ago
website
location Minnesota
age 49
I'm mainly interested in music programming, such as in ChucK or impromptu. Other than music programmng languages, my favorite language is Lisp.
Nov
12
revised GUI controls appearing and disappearing based on user inputs
edited title
Nov
12
revised GUI controls appearing and disappearing based on user inputs
added 62 characters in body
Nov
12
comment GUI controls appearing and disappearing based on user inputs
I mean controls actually appearing and disappearing and the size of the window changing. I certainly realize that a choice taken in one control might constrain choices presented in a control lower in the screen.
Nov
12
asked GUI controls appearing and disappearing based on user inputs
Oct
22
asked mx:MediaPlayback Flex tag
Oct
20
awarded  Notable Question
Oct
13
comment Match INI Section Blocks
If I don't use Pattern.MULTILINE, I still get the whole file.
Oct
13
comment Match INI Section Blocks
Do you mean like this?: "^\\[[^\\]\r\n]+](?:\r?\n(?:[^\r\n].*)?)*?" When I use that, it only returns me "[Section 2]", rather than the entire Section 2 block.
Oct
13
answered Should one just read SICP and not solve problems?
Oct
13
asked Match INI Section Blocks
Sep
22
asked Wizard pattern and other GUI patterns for infrequent, complicated task
Sep
16
comment Default font for Swing text
Yes, thanks, that worked, although you forgot a pair of parentheses: UIManager.getDefaults().getFont("TabbedPane.font") It turned out to be Arial Bold, as I thought (for what it's worth).
Sep
16
answered Default font for Swing text
Sep
16
asked Default font for Swing text
Sep
16
awarded  Yearling
Sep
15
answered Is there an iterative way to calculate radii along a scanline?
Sep
14
revised changing rgb color values to represent a value
added 286 characters in body; deleted 2 characters in body
Sep
14
comment Calling JFrame.setGlassPane(Component) more than once
Wow, validate() worked! Thanks! (repaint() didn't work for what it's worth.)
Sep
14
revised Calling JFrame.setGlassPane(Component) more than once
clarified question
Sep
14
revised changing rgb color values to represent a value
expanded answer
Sep
14
answered changing rgb color values to represent a value
Sep
14
asked Calling JFrame.setGlassPane(Component) more than once
Sep
10
revised Silent Printing of PDF From Within Java
added 1 characters in body
Sep
10
comment Silent Printing of PDF From Within Java
The rendering quality of PDF Renderer is not acceptable.
Sep
10
asked Silent Printing of PDF From Within Java
Sep
2
asked Setting font color on DefaultStyledDocument
Aug
21
comment Step through JDK source code in IntelliJ IDEA
As I mentioned in my original post, I can hit my breakpoints just fine in the javax.* classes. The problem is that the debug info is not available. Anyway, just to be sure, I did what you suggested, but the debug info is still not available.
Aug
21
asked Step through JDK source code in IntelliJ IDEA
Aug
21
comment Q about HTMLDocument, HTMLEditorKit, and blank spaces
I've thought about that. The HTML is coming from elsewhere (and is much more complex than what I'm showing). We would have to insert the " " characters, which is certainly possible, if it comes to that. But I'm hoping for an explanation of why this is happening.
Aug
21
comment Flipping a gui Component in the x-z plane
Your question isn't very clear (at least to me). Why would you expect to be able to do a 3D transformation (which is what your use of the z coordinate implies) using only 2D transformations? Could you give a concrete example of how the transformation should work?
Aug
21
answered Is it possible to return multiple items in one call?
Aug
21
asked Q about HTMLDocument, HTMLEditorKit, and blank spaces
Aug
10
asked Equivalent of defsetf in Scheme
Aug
7
asked Difference between deftype in Common Lisp and Scheme
Jul
31
awarded  Nice Answer
Jul
28
awarded  Great Answer
Jul
6
awarded  Popular Question
Jul
2
revised Menu bar not displayed on window.open for Mozilla Firefox
added 121 characters in body
Jul
2
comment Menu bar not displayed on window.open for Mozilla Firefox
Sorry. I take that back. menubar=1 does work. Thanks! Now I need to check whether it works with other browsers.
Jul
2
comment Menu bar not displayed on window.open for Mozilla Firefox
menubar=true also does not work.
Jul
2
comment Menu bar not displayed on window.open for Mozilla Firefox
menubar=1 does not work.
Jul
2
asked Menu bar not displayed on window.open for Mozilla Firefox
Jun
19
revised Tokenizing and sorting with XSLT 1.0
added 86 characters in body
Jun
19
comment Tokenizing and sorting with XSLT 1.0
I do want to use xsl:sort. Also, if the code can be written without using RTFs and using node sets, that's fine. The point is that I have a comma-delimited string that I need to tokenize, sort, and then join back together and I need to do all this using XSLT 1.0.
Jun
19
comment Tokenizing and sorting with XSLT 1.0
Assume I can't use str:tokenize for whatever reason. Anyway, the problem is with the sorting, not the tokenizing.
Jun
19
asked Tokenizing and sorting with XSLT 1.0