Synth is the name of a Look-and-Feel in Java Swing. For questions about sound and music, it is recommended that you use the 'synthesizer' tag instead.

learn more… | top users | synonyms

2
votes
2answers
68 views

Java-LAF: How to create Decoration using Synth-XML?

I'm trying to create a custom Look-And-Feel using the Synth-Framework. I successfully used a tutorial ( Look-And-Feel Tutorial by Oracle/Sun ) to experiment,and managed to skin Buttons, Panels etc. ...
0
votes
0answers
18 views

Create border for MenuItem with Synth XML

I am trying to create custom Look and Feel with Synth by specifying properties in XML file. <synth> <!-- Default --> <style id="Default"> <font name="Verdana" ...
0
votes
0answers
23 views

Python Synth with Raspberry

I'm trying to create a synth using python with raspberry pi. I've written the code for manipulate the gpio input (i've modified the electronic of an old pianola and connected it to raspberry with the ...
0
votes
2answers
121 views

Difference between Synth and Nimbus look and feel

I have been checking on the look and feel for java desktop applications then found the Synth and Nimbus Look and Feel But I am a little confuse here can some one tell me: the difference between ...
0
votes
0answers
116 views

Setting custom look and feel on specific Swing components

Is it possible to set the file used for the Synth look and feel of just a specific component or set of components on a Swing GUI without changing it for any of the other components?
1
vote
1answer
62 views

java DSP synth strange behaviour

I am trying to play a signal saved on a byte array, using javax.sound.sampled.SourceDataLine. I am trying for a start to play a simple sine wave. For some frequencies (for instances 1000Hz, 400Hz) it ...
0
votes
0answers
19 views

Synth TabbedPaneContent style

Styling Tabbed pane content doesn't seem to work, styling the tabs works fine, am I doing something wrong? <style id="tabNavigationStyle"> <opaque value="TRUE" /> ...
0
votes
0answers
25 views

Synth override text drawing on button

Is it possible to use painter or some other technique to customize text drawing on controls with synth? I know you can implement paintButtonBorder and paintButtonBacground in SynthPainter, but I was ...
0
votes
0answers
17 views

Synth Separator

I try to use synth in my project but i could not do what i want Such as; i cant see separator in JMenu although i use this code <style id="separator"> <opaque value="true" /> ...
0
votes
2answers
128 views

How to load a synth style in java

I am experimenting with synth styles and i came across the following problem for which a haven't found an answer yet after quite some research. I have the following xml file <?xml version="1.0" ...
0
votes
0answers
121 views

Custom look and feel images for JOptionPane

I'm creating a custom look and feel using XML based on the SynthLookAndFeel class, and I was wondering. What style tag would I use to set the images on a JOptionPane? EDIT: This is just one in ...
2
votes
2answers
115 views

Java synth - How to bind custom editors for combo?

I am working on skinning a Combobox. A combobox is made up of multiple subcomponents one of which is a editor. I have written a custom editor which has some custom functions and i have used ...
4
votes
2answers
302 views

Default button input map in a synth look and feel?

I am trying to use the UIManager to get and clear some default key bindings so that the spacebar doesn't activate my JButtons, as explained here. Problem is, likely due to my synth look and feel, ...
2
votes
1answer
516 views

Change icon of JComboBox arrow button

Thanks for reply but this what i want to do: When a key is pressed in an editable combobox, I want the popup menu of the jcombobox to appear automatically, and get the text written in it, but when I ...
0
votes
0answers
343 views

JPopupMenu in JFrame using AWTUtilities.setWindowOpaque(window, false) using synth L&F not appearing

This one has me quite puzzled. Basically I am developing a multi window application using transparent shaped windows using a custom Synth L&F. Parts of the application invoke JFrame/JDialog ...
1
vote
2answers
87 views

How to resolve this bug where one class if i use it cause other class interfaces to be also infected

My Case: I have a strange BUG I need to use 2 class from 1 main class which is as following: 1 main class who drives both class's is YumYumYum 2 other class who are only user interfaces are as ...
2
votes
2answers
224 views

How to use SynthLookAndFeel with xml file, where xml file path will load the file using getResourceAsStream method?

I am using SynthLookAndFeel laf = new SynthLookAndFeel(); laf.load(MyJSlider.class.getResourceAsStream("/ui/demo.xml"), MyJSlider.class); //laf.load(new URL("file:///var/tmp/demo.xml")); ...
0
votes
1answer
186 views

How to make several custom looks of jScrollbar in Synth LaF?

In our application we have to use css to customize the look of Swing components. Right now we have some manually written css engine, but it is slow and requires a lot of additional code to apply one ...
0
votes
0answers
238 views

Synth - Skin multiple combobox and its subcomponents with different L&F

I am trying to skin two combobox with two different styles using Synth L&F. I have defined style for - TestComboBox1 - LangComboBox Each of the above combos styles are binded by name. Since ...
0
votes
0answers
200 views

Synth - Jlist cell image

I want create own Jlist style but i have got one problem. I don't know how set image background for single cell (not for all list). This is part of my synth style code: <style id="liststyle"> ...
0
votes
1answer
52 views

How do I embed a custom graphic into a border of a panel using Synth?

I'm learning to work with Synth and I'm trying to figure out how to embed a custom png to be used as a border for a panel. My border.xml looks like this: <synth> <style ...
0
votes
1answer
220 views

Realtime time playing of synthesised sounds in C#

I'm trying to write a mini synth program. Essentially, every 200mS a timer is fired. When this is fired, 200mS worth of PCM samples are generated by the loop (e.g. sawtooth, sine wave etc, etc.), the ...
1
vote
1answer
407 views

Styling of combobox arrow button in synth

I'm creating Swing app and styling it with Synth L&F. When I enabled Synth L&F, combobox arrow button became not visible (I believe, default background is applied). If I click on a place where ...
0
votes
1answer
143 views

How to set custom font in synth style

I would like to integrate a custom font into a synth style. I found a possible answer here but the interesting part - the xml - is not visible on that site. Could some one explain to me, how to ...
0
votes
1answer
409 views

Arduino Piezo Knock Sensor Play Tones

I would like to hook up several piezos to an arduino so that, when they are activated each piezo plays/triggers a separate tone. For instance, I'll have five piezos connected to the arduino - when I ...
0
votes
2answers
237 views

Synth - setting background to JFrame

I'm creating an app in Java using Swing and Synth. I want to set image background to JFrame using Synth. How to do it?
2
votes
1answer
847 views

Swing Font Rendering

I am developing a Java swing Application with a Synth look and feel. The application has a background image that contains some text, and I need some 'active' text (text in a JLabel) above this ...
1
vote
1answer
481 views

Cannot change colors of a ScrollBar using Synth - Java Swing

I am unable to change the color of a Java Swing JScrollBar. I have searched and read much on this. I am trying to use an XML file to define the colors using the Synth look and feel for Swing. This ...
1
vote
2answers
324 views

styling Combobox in Java using Synth

Hello i want to set the background for the combobox i have to another color except from white, and during rendering when the user clicks to choose from the items inside how do i achieve that using ...
2
votes
1answer
199 views

Exclude certain Jmenu's from Synth

I am using Synth L&F in a XML File, I set up everything so far, but no I have a nested JMenu, and I don't want the nested ones to take the style of the top JMenu's. JMenu accountMenu = new ...
0
votes
0answers
198 views

JMenuBar with Synth

Would someone please help me to create a simple frame with a JMenuBar using Synth L&F as I read multiple tutorials and I can't seem to get it right. Don't know what I am doing wrong. As ...
3
votes
2answers
359 views

Really simple wave synth/table in ios

I want to make a really simple synth. In short, i want to play a wav file, and have it loop at certain points until touch is released. I am looking for some example code, (doesn't need to be free). ...
0
votes
2answers
392 views

Which real-time C++ audio libraries work with Xcode 4?

I am wanting to begin a project in C++ which would allow me to create sounds with functions such as float y = sin(2 * PI * f * t);, FM synthesis, and other more complex algorithms`. I am using Xcode 4 ...
1
vote
0answers
181 views

Set JLabel icon in Synth xml

I am trying to set the icon for a JLabel in a synth xml file but it does not display. I have tried to set both the defaultIcon and icon properties and none seem to be taking. Should I be using ...
1
vote
0answers
211 views

Setting the background image of a JToggleButton

I am trying to use synth look and feel xml to set the background image of a JToggleButton which seems to work but the text in the button isn't displaying. Is there something that I'm missing? Here's ...
2
votes
1answer
436 views

Swing - Custom Buttons w/Synth

I am working on a project using Synth for the UI and want to implement some custom buttons. The buttons need to make use of style settings from a synth XML settings file - e.g. font colors which are ...
1
vote
1answer
237 views

JPanel states for Synth

In my application I have some custom buttons which have custom text/icon layouts and some extra elements not normally associated with buttons. e.g. Some have 2 text labels instead of one. I've ...
2
votes
1answer
260 views

How do I go about setting the exact style for tabs in a JTabbedPane?

I have looked around and I cannot figure out how to do it. Should I use the Synth look & feel? How would I go about doing this?
0
votes
1answer
455 views

setting font color of button using XML and Java Swing Synth LaF

I'm using the Java Swing Synth Look and Feel. I'm able to specify the style of several components. Nonetheless, I'm not able to set the font color of a button for the default state. Text of buttons is ...
0
votes
1answer
393 views

Java Synth: can't get a white background in textfield

I can't get a white background for my JTextField, what am I doing wrong ? (I know that the image is not painted in the center for the text to be shown, but I'va set background to white; has no effect) ...
0
votes
1answer
456 views

Customizing components using Java Synth xml file?

I'm developing a Java application with a custom UI and I'm using Java Synth to achieve that. Currently I'm developing the xml file manually. Do you think this is a good way to do it, or should I use ...
0
votes
0answers
149 views

Can flash synth multiple sounds at the same time? [closed]

I would like to know how I can do THIS: http://wonderfl.net/c/jcyp For now, all I could reach in coding is this: http://wonderfl.net/c/jcyp When I try to synth multiple strings at the same time it ...
1
vote
2answers
533 views

How can I implement a custom java synth button style if I have a button style that already exists?

So I am trying to create a custom LookAndFeel using java synth and I am having problems binding a custom button. (the Exit Button has a different look). Here are the buttons from my synth file: ...
0
votes
0answers
313 views

How to make flash synth multiple sounds at the same time

I would like to know how I can do THIS: http://wonderfl.net/c/jcyp For now, all I could reach in coding is this: http://wonderfl.net/c/jcyp When I try to synth multiple strings at the same time it ...
0
votes
1answer
437 views

Swing Synth Skin: Can you override Styles?

I have a style defined for a JLabel: <style id="myLabel"> <state> <opaque value="true"/> <color value="blue" type="BACKGROUND"/> ...
0
votes
1answer
176 views

Swing Synth Skin: Region for Text highlighted with the Mouse?

If you select text in a Textfield/TextArea/something else, you'll likely find that the color of the text is inverted, and the background colour of the field is changed to sometihng dark/different to ...
1
vote
2answers
267 views

How to debug needless repainting occurring within Swing

I'm having some strange issues with repainting going on in a Swing app I'm developing. I'm finding that when I set the text of a certain component (it's just a status bar text label along the very ...
4
votes
2answers
2k views

How to easily Generate Synth Chords Sounds in Android?

How to easily Generate Synth Chords Sounds in Android? I wanna be able to generate dynamically an in game Music using 8bit. Tried with AudioTrack, but did not get good results of nice sounds yet. Any ...
0
votes
2answers
627 views

Java MIDI Synthesizer .jar not playing

I wrote a simple synth instrument gui that works well on my machine. However, as soon as I put it in a jar file, it no longer plays sounds when executing that jar file. I assume that has to do with ...
7
votes
6answers
2k views

Where to start on iOS audio synth?

I know this is a very broad topic, but I've been floundering around with demos and my own tests and am not sure if I'm attacking the problem correctly. So any leads on where I should start would be ...

1 2